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 Aug 19, 2016
1 parent b2c264e commit b62851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"node": ">= 0.8"
},
"scripts": {
"lint": "eslint **/*.js",
"lint": "eslint .",
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
Expand Down

0 comments on commit b62851a

Please sign in to comment.