mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Enable eslint rule 'no-duplicate-imports'
Enable rule 'no-duplicate-imports' [1] before we use modules heavily. There where no violations. [1] https://eslint.org/docs/latest/rules/no-duplicate-imports
This commit is contained in:
parent
8227e76845
commit
1ca4dc08fd
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ const configEslintExtra = {
|
|||
"default-case": "warn",
|
||||
"dot-notation": "warn",
|
||||
"no-caller": "warn",
|
||||
"no-duplicate-imports": "warn",
|
||||
"no-else-return": "warn",
|
||||
"no-invalid-this": "warn",
|
||||
"no-label-var": "warn",
|
||||
|
|
|
|||
Loading…
Reference in a new issue