From 0a184328603deeaf77c4f6b1e3a1b3acfa95946a Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 1 Jun 2022 09:20:34 +0400 Subject: [PATCH] Remove duplicate plugins that come with CRA --- frontend/.eslintrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 +}