Update eslint to latest verstions (#3380)
Updated Eslint to v7.27.0 Also updated all the related plugins to their latest versions. Removed `eslint-plugin-standard`, no longer required with `eslint-config-standard` v16+ https://github.com/standard/standard/issues/1316
This commit is contained in:
parent
8459b11019
commit
482293578a
3 changed files with 605 additions and 345 deletions
|
@ -44,6 +44,8 @@ rules:
|
|||
array-bracket-spacing:
|
||||
- warn
|
||||
- always
|
||||
# Remove errors for not having newlines between operands of ternary expressions https://eslint.org/docs/rules/multiline-ternary
|
||||
multiline-ternary: 0
|
||||
"react-hooks/rules-of-hooks":
|
||||
- error
|
||||
"react-hooks/exhaustive-deps": 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue