linting fixes

This commit is contained in:
2023-08-30 17:43:49 -04:00
parent 0c930a24ea
commit d999e3d484
7 changed files with 12 additions and 9 deletions

View File

@@ -19,7 +19,9 @@
"rules": {
"react-hooks/rules-of-hooks": "off", // error
"react-hooks/exhaustive-deps": "off",
"prettier/prettier": "off"
"prettier/prettier": "off",
"@typescript-eslint/no-unused-vars": "off", // error
"@typescript-eslint/no-unsafe-argument": "off"
},
"overrides": [
{