From 695cb452bc7ddbc66fc8abaa304e54ea1b2f5c31 Mon Sep 17 00:00:00 2001 From: Lhcfl Date: Fri, 12 Apr 2024 16:50:07 +0800 Subject: [PATCH] chore: Temporarily disable organizeImports --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 80f0d63eb4..21b711f457 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,7 @@ { "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json", "organizeImports": { - "enabled": true + "enabled": false }, "linter": { "enabled": true,