Skip to content

Commit

Permalink
Replace jshint with jsxhint
Browse files Browse the repository at this point in the history
See facebook/react#121 for details.
  • Loading branch information
Kagami committed Dec 4, 2014
1 parent 8df0b44 commit b2c2acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "Browser nekogrid client",
"scripts": {
"test": "mocha && jshint .",
"test": "mocha && jsxhint .",
"clean": "rm -rf dist",
"build-dev": "npm run clean && webpack",
"build-release": "npm run clean && NODE_ENV=production webpack",
Expand All @@ -28,8 +28,8 @@
"chai": "*",
"file-loader": "^0.8.1",
"html-webpack-plugin": "^1.1.0",
"jshint": "*",
"jsx-loader": "^0.12.2",
"jsxhint": "*",
"mocha": "*",
"sass-loader": "^0.3.1",
"traceur-loader": "^0.6.3",
Expand Down

0 comments on commit b2c2acc

Please sign in to comment.