Skip to content

Commit b7b2f4c

Browse files
committed
build: pass directory as argument to eslint
1 parent 917de8a commit b7b2f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"node": ">= 0.6"
3737
},
3838
"scripts": {
39-
"lint": "eslint lib/**/*.js index.js test/**/*.js",
39+
"lint": "eslint .",
4040
"test": "node test/run.js",
4141
"test-ci": "node test/run-cov.js lcovonly",
4242
"test-cov": "node test/run-cov.js"

0 commit comments

Comments
 (0)