forked from mirrors/0ad
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user