diff --git a/frontend/.eslintrc b/frontend/.eslintrc index 383f205..f51bb95 100644 --- a/frontend/.eslintrc +++ b/frontend/.eslintrc @@ -1,15 +1,11 @@ { "parser": "@typescript-eslint/parser", "plugins": [ - "@typescript-eslint", "prettier", - "import", - "react-hooks" ], "extends": [ "react-app", "eslint-config-prettier", - "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended", "prettier" ], @@ -124,4 +120,4 @@ } ] } -} \ No newline at end of file +}