We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0731003 commit 0da6996Copy full SHA for 0da6996
package.json
@@ -15,7 +15,7 @@
15
"test/installation/iojs": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_iojs test-$shell",
16
"test/sourcing": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell",
17
"doctoc": "doctoc --title='## Table of Contents' --github README.md",
18
- "eclint": "eclint check ."
+ "eclint": "eclint check $(git ls-tree --name-only HEAD | xargs)"
19
},
20
"repository": {
21
"type": "git",
0 commit comments