bump eslint + prettier and clean up

This commit is contained in:
dwelle
2023-09-04 00:31:13 +02:00
parent 188921c247
commit fb4e5948fa
3 changed files with 552 additions and 537 deletions
+9 -1
View File
@@ -1,5 +1,13 @@
{
"extends": ["@excalidraw/eslint-config", "react-app"],
"extends": [
"plugin:react-hooks/recommended"
],
"parser": "@typescript-eslint/parser",
"plugins": [
"react",
"@typescript-eslint"
],
"root": true,
"rules": {
"import/no-anonymous-default-export": "off",
"no-restricted-globals": "off"