1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-10-09 09:43:40 +02:00

fix(oxlint): relax import-x/no-unassigned-import

This commit is contained in:
2025-09-26 19:59:58 +02:00
parent 09493ef433
commit 1b70b62de1

View File

@@ -250,7 +250,8 @@
"import-x/no-named-default": "error",
"import-x/no-empty-named-blocks": "error",
"import-x/no-anonymous-default-export": "error",
"import-x/consistent-type-specifier-style": ["error", "prefer-top-level"]
"import-x/consistent-type-specifier-style": ["error", "prefer-top-level"],
"import-x/no-unassigned-import": "off"
},
"overrides": [
{