Update eslint

This commit is contained in:
Bill 2022-04-03 22:13:40 -04:00
parent e9c272513d
commit 629083664a
34 changed files with 104 additions and 104 deletions

View File

@ -37,7 +37,7 @@
"no-multi-spaces": [ "error" ],
"react/prop-types": [ "off" ],
"jsx-quotes": [ "error" ],
"react/jsx-curly-spacing": [ "error", "always" ],
"react/jsx-curly-spacing": [ "error", { "when": "always", "children": true } ],
"react/jsx-equals-spacing": [ "error" ],
"@typescript-eslint/object-curly-spacing": [ "error", "always", { "arraysInObjects": true, "objectsInObjects": false } ],
"@typescript-eslint/ban-types": [