We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc07695 commit 25c6b55Copy full SHA for 25c6b55
client/app/stores/commentsStore.js
@@ -1,4 +1,6 @@
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
+
4
import { compose, createStore, applyMiddleware, combineReducers } from 'redux';
5
import thunkMiddleware from 'redux-thunk';
6
import loggerMiddleware from '../middlewares/loggerMiddleware';
0 commit comments