Skip to content

Commit 98e2205

Browse files
committed
lint: include tool/ directory
1 parent cffaeb3 commit 98e2205

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
@@ -38,7 +38,7 @@
3838
"node": ">= 0.6"
3939
},
4040
"scripts": {
41-
"lint": "eslint lib/**/*.js index.js test/**/*.js",
41+
"lint": "eslint lib/**/*.js index.js test/**/*.js tool/**/*.js",
4242
"test": "node test/run.js",
4343
"test-ci": "node test/run-cov.js lcovonly",
4444
"test-cov": "node test/run-cov.js"

0 commit comments

Comments
 (0)