Skip to content

Commit cdd3ffe

Browse files
committed
add eslint script
1 parent 1298fe7 commit cdd3ffe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "mocha --check-leaks --recursive",
88
"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"
9+
"test-ci": "nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
10+
"lint": "eslint ."
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)