Skip to content

Commit

Permalink
chore(package.json): Fix eslint path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dajk committed Nov 18, 2017
1 parent f5787ce commit 7fd9187
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 @@ -10,7 +10,7 @@
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"cover": "nyc --reporter=lcov npm t",
"lint": "eslint .",
"lint": "eslint ./src",
"pretest": "npm run lint",
"test": "nyc mocha src/index.test.js --compilers js:babel-register",
"test:w": "npm t -- -w",
Expand Down

0 comments on commit 7fd9187

Please sign in to comment.