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 c38fef6 commit 0480357Copy full SHA for 0480357
package.json
@@ -38,11 +38,11 @@
38
"lib/"
39
],
40
"scripts": {
41
- "lint": "eslint *.js test",
+ "lint": "eslint *.js lib test",
42
"pretest": "npm run -s lint",
43
"test": "mocha --full-trace --check-leaks",
44
"beautify": "npm run lint -- --fix",
45
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
46
- "travis": "npm run cover && npm run -s lint"
+ "travis": "npm run cover && npm run lint"
47
}
48
0 commit comments