Remove duplicate plugins that come with CRA

This commit is contained in:
Jamie Curnow 2022-06-01 09:20:34 +04:00
parent a2baa85b08
commit 0a18432860

View File

@ -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 @@
}
]
}
}
}