From 13bfb07966742c13906f9dea08c2cbce187e2f3a Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 28 Apr 2025 09:35:51 -0400 Subject: [PATCH] Update biome.jsonc Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- biome.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index 344acb7768e..fd7e791eb93 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -39,7 +39,7 @@ ] }, - // While it'd be nice to enable consistent sorting, this stuff screws with circular import resolution order + // While it'd be nice to enable consistent sorting, enabling this causes issues due to circular import resolution order // TODO: Remove if we ever get down to 0 circular imports "organizeImports": { "enabled": false }, "linter": {