Skip to content

Commit

Permalink
build: pass directory as argument to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 16, 2016
1 parent eb096ad commit 1122132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"node": ">= 0.6"
},
"scripts": {
"lint": "eslint **/*.js",
"lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
Expand Down

0 comments on commit 1122132

Please sign in to comment.