diff --git a/.eslintrc.json b/.eslintrc.json index 3a79716..eb0d235 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,12 +16,10 @@ "jsx": true } }, - "plugins": [ - "react", - "react-hooks" - ], + "plugins": ["react", "react-hooks"], "rules": { "react/react-in-jsx-scope": "off", - "react/jsx-uses-react": "off" + "react/jsx-uses-react": "off", + "no-unused-vars": "off" } }