Updated dependencies. Removed old unsupported plugins. Fixed resulting prettier errors after upgrading to latest version.

This commit is contained in:
SamTV12345
2022-11-08 15:03:48 +01:00
parent 726b6e69f7
commit 6df4b78553
5 changed files with 9703 additions and 8662 deletions

View File

@@ -1,7 +1,7 @@
{
"parser": "@typescript-eslint/parser",
"plugins": [
"prettier",
"prettier"
],
"extends": [
"react-app",
@@ -16,7 +16,10 @@
},
"rules": {
"prettier/prettier": [
"error"
"error",
{
"endOfLine": "auto"
}
],
"@typescript-eslint/ban-ts-comment": [
"error",
@@ -72,7 +75,7 @@
"warn",
{
"props": "never",
"children": "never",
"children": "never"
}
],
"no-restricted-globals": [