diff --git a/internal/site/biome.json b/internal/site/biome.json index d42a4ac7..f1268f13 100644 --- a/internal/site/biome.json +++ b/internal/site/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.2.3/schema.json", + "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json", "vcs": { "enabled": true, "clientKind": "git", @@ -12,7 +12,7 @@ "lineWidth": 120, "formatWithErrors": true }, - "assist": { "actions": { "source": { "organizeImports": "on" } } }, + "assist": { "actions": { "source": { "organizeImports": "off" } } }, "linter": { "enabled": true, "rules": {