From 73c22ccf3fceb46f47da953f2286bac3fa605575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Fri, 6 Mar 2026 12:12:13 +0100 Subject: [PATCH] update oxlint config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/nicolium/.oxlintrc.json | 3 ++- packages/pl-api/.oxlintrc.json | 3 ++- packages/pl-hooks/.oxlintrc.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/nicolium/.oxlintrc.json b/packages/nicolium/.oxlintrc.json index 971ee1fc3..945c21fb5 100644 --- a/packages/nicolium/.oxlintrc.json +++ b/packages/nicolium/.oxlintrc.json @@ -68,7 +68,8 @@ "typescript/consistent-type-exports": [ "error", { "fixMixedExportsWithInlineTypeSpecifier": true } - ] + ], + "typescript/no-import-type-side-effects": "error" }, "settings": { "jsx-a11y": { diff --git a/packages/pl-api/.oxlintrc.json b/packages/pl-api/.oxlintrc.json index f59b767bf..2b274b7cc 100644 --- a/packages/pl-api/.oxlintrc.json +++ b/packages/pl-api/.oxlintrc.json @@ -32,7 +32,8 @@ "typescript/consistent-type-exports": [ "error", { "fixMixedExportsWithInlineTypeSpecifier": true } - ] + ], + "typescript/no-import-type-side-effects": "error" }, "settings": { "jsx-a11y": { diff --git a/packages/pl-hooks/.oxlintrc.json b/packages/pl-hooks/.oxlintrc.json index 005767932..bac854602 100644 --- a/packages/pl-hooks/.oxlintrc.json +++ b/packages/pl-hooks/.oxlintrc.json @@ -51,7 +51,8 @@ "typescript/consistent-type-exports": [ "error", { "fixMixedExportsWithInlineTypeSpecifier": true } - ] + ], + "typescript/no-import-type-side-effects": "error" }, "settings": { "jsx-a11y": {