Skip to content

Commit 25c6b55

Browse files
committed
Add comment to explain disabled eslint rule
1 parent bc07695 commit 25c6b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/app/stores/commentsStore.js

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

0 commit comments

Comments
 (0)