From fa724b4f9790444bd6e0078f6a285cbb4c9176bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 4 Oct 2025 19:16:10 +0200 Subject: [PATCH] fix(oxlint): relax `import-x/no-named-as-default-member` --- .oxlintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 3045ed3..aa32bbf 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -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": [ {