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