generated from nhcarrigan/template
fix: it's "off" not "allow"
smh my head
This commit is contained in:
parent
1c53af0236
commit
edc5267455
2
index.js
2
index.js
@ -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",
|
||||||
|
2420
pnpm-lock.yaml
generated
2420
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user