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 9675c1b commit e44bd38Copy full SHA for e44bd38
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "./node_modules/.bin/mocha --reporter spec test --recursive",
8
- "lint": "./node_modules/.bin/eslint lib test",
+ "lint": "./node_modules/.bin/eslint lib test index.js",
9
"travis:lint": "npm run lint && npm run nsp",
10
"nsp": "./node_modules/.bin/nsp check --output summary"
11
},
0 commit comments