mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
Remove duplicate plugins that come with CRA
This commit is contained in:
parent
a2baa85b08
commit
0a18432860
@ -1,15 +1,11 @@
|
|||||||
{
|
{
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@typescript-eslint",
|
|
||||||
"prettier",
|
"prettier",
|
||||||
"import",
|
|
||||||
"react-hooks"
|
|
||||||
],
|
],
|
||||||
"extends": [
|
"extends": [
|
||||||
"react-app",
|
"react-app",
|
||||||
"eslint-config-prettier",
|
"eslint-config-prettier",
|
||||||
"plugin:@typescript-eslint/recommended",
|
|
||||||
"plugin:prettier/recommended",
|
"plugin:prettier/recommended",
|
||||||
"prettier"
|
"prettier"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user