Remove rules

This commit is contained in:
Jared He 2021-11-16 21:23:31 -06:00
parent 86ae22fae1
commit 66cc38bde9
1 changed files with 0 additions and 10 deletions

View File

@ -27,16 +27,6 @@ rules:
order: asc
caseInsensitive: true
import/no-duplicates: off
no-duplicate-imports: off
"@typescript-eslint/no-duplicate-imports": warn
"@typescript-eslint/explicit-function-return-type": off
"@typescript-eslint/explicit-module-boundary-types": off
"@typescript-eslint/no-explicit-any": off
"@typescript-eslint/no-non-null-assertion": off
"@typescript-eslint/no-use-before-define": off
# Enabled in tsconfig
"@typescript-eslint/no-unused-vars": off
import/no-unresolved: off