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 41f430e commit b2a8503Copy full SHA for b2a8503
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"test": "mocha --check-leaks --recursive",
9
"test-cov": "nyc --reporter=html mocha --check-leaks --recursive",
10
- "test-ci": "nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
+ "test-ci": "eslint . && nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
11
"lint": "eslint ."
12
},
13
"repository": {
0 commit comments