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-named-as-default-member

This commit is contained in:
2025-10-04 19:16:10 +02:00
parent 1b70b62de1
commit fa724b4f97

View File

@@ -251,7 +251,8 @@
"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/no-unassigned-import": "off"
"import-x/no-unassigned-import": "off",
"import-x/no-named-as-default-member": "off"
},
"overrides": [
{