Skip to content

Commit 8472503

Browse files
author
Ethan Cohen
committed
Specify linting directories.
1 parent 8461171 commit 8472503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "babel src --out-dir lib",
2121
"prepublish": "npm run lint && npm run test && npm run build",
2222
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
23-
"lint": "eslint --config .eslintrc.js ./",
23+
"lint": "eslint --config .eslintrc.js src tests",
2424
"pretest": "npm run lint",
2525
"test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter nyan"
2626
},

0 commit comments

Comments
 (0)