From 49eba07ca58551ee3932ff65acaebf7f836b6757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 24 Feb 2026 13:32:24 +0100 Subject: [PATCH] update oxfmt config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-api/.oxfmtrc.json | 4 ++-- packages/pl-fe/.oxfmtrc.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/pl-api/.oxfmtrc.json b/packages/pl-api/.oxfmtrc.json index f3af56790..abd2dba0b 100644 --- a/packages/pl-api/.oxfmtrc.json +++ b/packages/pl-api/.oxfmtrc.json @@ -4,8 +4,8 @@ "printWidth": null, "singleQuote": true, "arrowParens": null, - "experimentalSortImports": { - "groups": ["builtin", "external", "internal", "parent", "sibling", "index", "object", "type"] + "sortImports": { + "groups": ["builtin", "external", "internal", "parent", "sibling", "index", "type"] }, "tabWidth": 2 } diff --git a/packages/pl-fe/.oxfmtrc.json b/packages/pl-fe/.oxfmtrc.json index 3bd481651..5b70eeb95 100644 --- a/packages/pl-fe/.oxfmtrc.json +++ b/packages/pl-fe/.oxfmtrc.json @@ -4,8 +4,8 @@ "printWidth": null, "singleQuote": true, "arrowParens": null, - "experimentalSortImports": { - "groups": ["builtin", "external", "internal", "parent", "sibling", "index", "object", "type"] + "sortImports": { + "groups": ["builtin", "external", "internal", "parent", "sibling", "index", "type"] }, "tabWidth": 2, "jsxSingleQuote": true,