Raise warning about stateful components

It would be useful in future refactoring
This commit is contained in:
Yuya Ochiai 2017-01-25 00:18:45 +09:00
parent f7967cad9d
commit 16869c672a

View file

@ -9,6 +9,7 @@
"no-underscore-dangle": 1,
"react/jsx-indent": [2, 2],
"react/jsx-indent-props": [2, 2],
"react/prefer-es6-class": 1
"react/prefer-es6-class": 1,
"react/no-set-state": 1
}
}