fix linter + make proxy work + remove temp files + fix typescript types

This commit is contained in:
mrjvs
2023-09-13 22:54:28 +02:00
parent b18d07a6a5
commit 5a070b4a15
9 changed files with 410 additions and 249 deletions

View File

@@ -3,8 +3,6 @@ module.exports = {
browser: true,
},
extends: [
"airbnb",
"airbnb/hooks",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
],