fix: disable specific eslint-plugin-import-x rules and update router import
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 3m9s
/ lint-build-and-check (push) Successful in 5m59s
/ playwright (push) Successful in 1m5s
/ cleanup_surge (push) Successful in 24s
/ surge (push) Successful in 3m21s

This commit is contained in:
严浩
2025-06-03 22:54:15 +08:00
parent 12d1cc4228
commit 12d5af969c
2 changed files with 3 additions and 1 deletions

View File

@ -84,6 +84,8 @@ export default defineConfigWithVueTs(
'import-x/newline-after-import': 'error',
'import-x/first': 'error',
'import-x/no-named-as-default': 'off',
'import-x/no-duplicates': 'off',
'import-x/named': 'off',
},
},
// endregion <<< eslint-plugin-import-x <<<