fix: it's "off" not "allow"

smh my head
This commit is contained in:
2024-06-25 19:28:09 -07:00
parent 1c53af0236
commit edc5267455
2 changed files with 1409 additions and 1013 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ module.exports = {
}, },
], ],
// This is necessary due to the combination of TS and such // This is necessary due to the combination of TS and such
"import/no-unresolved": "allow", "import/no-unresolved": "off",
"import/no-self-import": "error", "import/no-self-import": "error",
"import/no-anonymous-default-export": "warn", "import/no-anonymous-default-export": "warn",
"import/no-useless-path-segments": "warn", "import/no-useless-path-segments": "warn",
+1380 -984
View File
File diff suppressed because it is too large Load Diff