Skip to content

Commit d0f1dbd

Browse files
committed
Merge pull request shakacode#170 from shakacode/update-eslint-plugin-react
Update package eslint-plugin-react to fix bug
2 parents 22f4f2e + 0547008 commit d0f1dbd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

-3
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

+1-1
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)