From ccfcf9aa4094729f02ddefb162f41728d92e7743 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 18 Feb 2026 12:28:50 +0100 Subject: [PATCH] chore: update biome schema version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- biome.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/biome.json b/biome.json index de2bae8bb..dd942fe32 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,5 @@ { - "root": false, - "root": true, - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.2/schema.json", "assist": { "actions": { "source": { -- 2.43.0