Skip to content

Commit 0547008

Browse files
committed
Update package eslint-plugin-react to fix bug
1 parent 22f4f2e commit 0547008

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

client/app/bundles/Comments/store/commentsStore.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// react/prop-types rule is ignored because of this issue: https://github.com/yannickcr/eslint-plugin-react/issues/9
2-
/* eslint react/prop-types: 0 */
3-
41
import { compose, createStore, applyMiddleware, combineReducers } from 'redux';
52
import thunkMiddleware from 'redux-thunk';
63
import loggerMiddleware from 'lib/middlewares/loggerMiddleware';

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"css-loader": "^0.23.0",
7474
"eslint": "^1.10.1",
7575
"eslint-config-airbnb": "1.0.0",
76-
"eslint-plugin-react": "^3.10.0",
76+
"eslint-plugin-react": "^3.11.3",
7777
"esprima-fb": "^15001.1001.0-dev-harmony-fb",
7878
"express": "^4.13.3",
7979
"file-loader": "^0.8.4",

0 commit comments

Comments
 (0)