linting fixes
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user