Skip to content

Commit

Permalink
Add index.js to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
David Paz committed Jun 30, 2017
1 parent 9675c1b commit e44bd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec test --recursive",
"lint": "./node_modules/.bin/eslint lib test",
"lint": "./node_modules/.bin/eslint lib test index.js",
"travis:lint": "npm run lint && npm run nsp",
"nsp": "./node_modules/.bin/nsp check --output summary"
},
Expand Down

0 comments on commit e44bd38

Please sign in to comment.