Skip to content

Commit e44bd38

Browse files
author
David Paz
committed
Add index.js to linter
1 parent 9675c1b commit e44bd38

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "./node_modules/.bin/mocha --reporter spec test --recursive",
8-
"lint": "./node_modules/.bin/eslint lib test",
8+
"lint": "./node_modules/.bin/eslint lib test index.js",
99
"travis:lint": "npm run lint && npm run nsp",
1010
"nsp": "./node_modules/.bin/nsp check --output summary"
1111
},

0 commit comments

Comments
 (0)