diff --git a/.eslintrc b/.eslintrc index 97b03e3fa6..4a437fae5a 100644 --- a/.eslintrc +++ b/.eslintrc @@ -15,10 +15,10 @@ "key-spacing": 0, "no-underscore-dangle": 0, "no-unused-vars": [1, { "vars": "all", "args": "none" }], - "no-undef": 1, "no-var": 2, "quotes": [1, "single", "avoid-escape"], "react/display-name": 0, + "react/jsx-no-undef": 1, "react/jsx-uses-react": 1, "react/no-did-mount-set-state": 1, "react/no-did-update-set-state": 1,