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

smh my head
This commit is contained in:
Naomi Carrigan 2024-06-25 19:28:09 -07:00
parent 1c53af0236
commit edc5267455
No known key found for this signature in database
GPG Key ID: 7019A402E94A9808
2 changed files with 1409 additions and 1013 deletions

View File

@ -72,7 +72,7 @@ module.exports = {
},
],
// 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-anonymous-default-export": "warn",
"import/no-useless-path-segments": "warn",

2364
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff