diff --git a/eslintrc.json b/eslintrc.json index 4d2b8ee1..a6e64145 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -15,13 +15,13 @@ "react/jsx-no-undef": 2, "react/jsx-sort-prop-types": 0, "react/jsx-sort-props": 0, - "react/jsx-uses-react": 2, + "react/jsx-uses-react": 0, "react/jsx-uses-vars": 2, "react/no-did-mount-set-state": 0, - "react/no-did-update-set-state": 2, + "react/no-did-update-set-state": 0, "react/no-multi-comp": 0, - "react/no-unknown-property": 2, - "react/prop-types": 2, + "react/no-unknown-property": 0, + "react/prop-types": 0, "react/react-in-jsx-scope": 0, "react/self-closing-comp": 2, "react/sort-comp": 0,