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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue