diff options
Diffstat (limited to 'frontend/.eslintrc.json')
-rw-r--r-- | frontend/.eslintrc.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index 97b3d3de5..f1418bfdf 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -15,12 +15,11 @@ "@typescript-eslint/no-unused-vars": "warn" }, "extends": [ - "react-app", - "plugin:react-hooks/recommended", "eslint:recommended", + "plugin:react-hooks/recommended", "plugin:@typescript-eslint/recommended" ], - "plugins": ["testing-library", "simple-import-sort"], + "plugins": ["testing-library", "simple-import-sort", "react-refresh"], "overrides": [ { "files": [ @@ -63,6 +62,7 @@ } } ], + "parser": "@typescript-eslint/parser", "parserOptions": { "sourceType": "module", "ecmaVersion": "latest" |