Skip to content

Commit

Permalink
Sub-out eslintify for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jacobs committed Apr 18, 2016
1 parent 7c5d3a3 commit c1b4fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"budo": "^8.1.0",
"eslint": "^2.7.0",
"eslint-plugin-react": "^4.2.3",
"eslintify": "^2.0.0",
"jest-cli": "^0.9.2",
"stylus": "^0.54.2",
"uglify-js": "^2.6.2",
Expand Down Expand Up @@ -50,7 +50,7 @@
"build": "npm run js && npm run css",
"release": "npm run css:release && npm run html:release && npm run js:release",
"start": "sh parallelize.sh \"npm run css:watch\" \"npm run js:watch\"",
"lint": "browserify index.js -t eslintify -t babelify --colors > /dev/null",
"lint": "eslint --quiet *.js **/*.js",
"test": "jest --verbose",
"coverage": "jest --coverage"
}
Expand Down

0 comments on commit c1b4fff

Please sign in to comment.