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:
Charles Morgan 2021-06-05 11:37:44 -04:00 committed by GitHub
parent 8459b11019
commit 482293578a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 605 additions and 345 deletions

View file

@ -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