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 Jan 12, 2017
1 parent 1671060 commit bacadd6
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 @@ -27,7 +27,7 @@
"node": ">= 0.6"
},
"scripts": {
"lint": "eslint **/*.js",
"lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
Expand Down

0 comments on commit bacadd6

Please sign in to comment.