1
0
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:
phosit
2025-07-02 10:14:04 +02:00
committed by Phosit
parent 8227e76845
commit 1ca4dc08fd
+1
View File
@@ -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",