Skip to content

Commit b2a8503

Browse files
committed
add linting to ci
1 parent 41f430e commit b2a8503

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "mocha --check-leaks --recursive",
99
"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",
10+
"test-ci": "eslint . && nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
1111
"lint": "eslint ."
1212
},
1313
"repository": {

0 commit comments

Comments
 (0)