diff --git a/.eslintrc.json b/.eslintrc.json index f2e32637..b5743439 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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 } }