Skip to content

Commit

Permalink
Update eslint-plugin-react dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Jul 21, 2015
1 parent 382529f commit 702cb36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"quotes": [2, "single", "avoid-escape"],
"react/display-name": 0,
"react/jsx-boolean-value": [2, "never"],
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-undef": 2,
"react/jsx-uses-react": 2,
"react/no-did-mount-set-state": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint": "0.24.1",
"eslint-plugin-babel": "^1.0.0",
"eslint-plugin-mocha": "^0.4.0",
"eslint-plugin-react": "^2.1.0",
"eslint-plugin-react": "^3.0.0",
"express": "^4.12.3",
"extract-text-webpack-plugin": "^0.8.0",
"file-loader": "^0.8.1",
Expand Down

0 comments on commit 702cb36

Please sign in to comment.