Bump up eslint-config-standard-react and add fix for the new warnings
This started giving errors like: 22:10 error 'Alert' is defined but never used no-unused-vars Use eslint-plugin-react to improve the JSX usage, not just to silence this error.
This commit is contained in:
parent
e4732583a9
commit
fdba1dc96c
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"css-minimizer-webpack-plugin": "^3.0.1",
|
||||
"eslint": "^7.10.0",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-config-standard-react": "^9.2.0",
|
||||
"eslint-config-standard-react": "^11.0.1",
|
||||
"eslint-plugin-flowtype": "^5.2.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue