From f71abafbe5177d011c2768c198abd6766e54d971 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 8 Jan 2026 22:53:34 +0100 Subject: [PATCH] chore: migrate biome configuration to 2.3.11 schema MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- biome.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index c959b47..9bb0172 100644 --- a/biome.json +++ b/biome.json @@ -1,6 +1,12 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", - "assist": { "actions": { "source": { "organizeImports": "off" } } }, + "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "assist": { + "actions": { + "source": { + "organizeImports": "off" + } + } + }, "linter": { "enabled": false, "rules": { -- 2.53.0