Linter: Don't warn about build files not located in the src directory
This commit is contained in:
parent
90642ee9c8
commit
520febd542
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
"@typescript-eslint/semi": "warn",
|
||||
"import/first": "warn",
|
||||
"import/no-duplicates": "warn",
|
||||
"import/no-unresolved": "warn",
|
||||
"import/no-unresolved": "off", // The src directory is not used for compiled files
|
||||
"import/no-self-import": "warn",
|
||||
"import/extensions": [ "warn", "always" ],
|
||||
"import/order": [ "warn", { "newlines-between": "ignore", "alphabetize": { "order": "asc", "caseInsensitive": true } } ],
|
||||
|
|
Loading…
Reference in a new issue