Skip to content

Commit

Permalink
Add ESLint as a dev dep (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin authored and halfzebra committed Nov 7, 2016
1 parent 779f018 commit f47597c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"create-elm-app": "./bin/create-elm-app-cli.js"
},
"scripts": {
"precommit": "eslint bin/ config/ scripts/",
"precommit": "./node_modules/.bin/eslint bin/ config/ scripts/",
"test": "mocha tests/ci.js --reporter spec --timeout 15000"
},
"repository": {
Expand Down Expand Up @@ -65,6 +65,7 @@
"devDependencies": {
"chai": "^3.5.0",
"dir-compare": "^1.1.0",
"eslint": "3.9.1",
"husky": "^0.11.9",
"mocha": "^3.0.2",
"rimraf": "^2.5.4"
Expand Down

0 comments on commit f47597c

Please sign in to comment.