From da25123cfb0e28833200d8550fc7e89418da9cf1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 8 Feb 2026 16:04:35 +0100 Subject: [PATCH] chore: update biome configuration 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 4193df1d5..de2bae8bb 100644 --- a/biome.json +++ b/biome.json @@ -1,6 +1,7 @@ { + "root": false, "root": true, - "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", "assist": { "actions": { "source": { -- 2.53.0