Skip to content

Commit

Permalink
add eslint script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Jun 11, 2018
1 parent 1298fe7 commit cdd3ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "mocha --check-leaks --recursive",
"test-cov": "nyc --reporter=lcov mocha --check-leaks --recursive",
"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",
"lint": "eslint ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cdd3ffe

Please sign in to comment.