Install eslint-plugin-standard-jsx to align with what main cockpit repo does
This commit is contained in:
parent
fdba1dc96c
commit
67640c7088
2 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"extends": ["eslint:recommended", "standard", "standard-react", "plugin:react/recommended"],
|
||||
"extends": ["eslint:recommended", "standard", "standard-jsx", "standard-react"],
|
||||
"parser": "@babel/eslint-parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "7",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"css-minimizer-webpack-plugin": "^3.0.1",
|
||||
"eslint": "^7.10.0",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-config-standard-jsx": "^10.0.0",
|
||||
"eslint-config-standard-react": "^11.0.1",
|
||||
"eslint-plugin-flowtype": "^5.2.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue