From f425fb12e63a9b158d26006eb394bf530f29cf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Pallar=C3=A9s?= Date: Thu, 4 Sep 2025 16:36:34 +0200 Subject: [PATCH] chore: configure biome to sort imports --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 807c76b..f5ff3ee 100644 --- a/biome.json +++ b/biome.json @@ -18,7 +18,7 @@ "enabled": true, "actions": { "source": { - "organizeImports": "off" + "organizeImports": "on" } } }