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,