Fix "no duplicate imports" lint rule auto fixing

As of now oxlint does not have auto fixing for this rule
This commit is contained in:
schroda
2026-03-13 22:11:25 +01:00
parent 320bfc6c5b
commit 0a643655ad
3 changed files with 229 additions and 3 deletions

View File

@@ -109,6 +109,7 @@
"@vitejs/plugin-react-swc": "4.2.3",
"dotenv": "17.3.1",
"eslint": "9.39.4",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-lingui": "0.11.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-no-relative-import-paths": "1.6.1",