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 17, 2016
1 parent 0665aca commit f4085fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"node": ">= 0.6"
},
"scripts": {
"lint": "eslint **/*.js",
"lint": "eslint .",
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
Expand Down

0 comments on commit f4085fc

Please sign in to comment.