Skip to content

Commit

Permalink
Merge pull request #3857 from KKoukiou/eslint-standard-react
Browse files Browse the repository at this point in the history
webui: install eslint-config-standard-jsx to align with what starter-kit [1] does
  • Loading branch information
KKoukiou authored Feb 15, 2022
2 parents bff7717 + 5adff61 commit 753ff12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/webui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions ui/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"deep-equal": "2.0.5",
"eslint": "^7.10.0",
"eslint-config-standard": "^16.0.3",
"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",
Expand Down

0 comments on commit 753ff12

Please sign in to comment.