From 1b70b62de1b54184bfb7dcd2d327ffdd57886141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Fri, 26 Sep 2025 19:59:58 +0200 Subject: [PATCH] fix(oxlint): relax `import-x/no-unassigned-import` --- .oxlintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index fddd552..3045ed3 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -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": [ {