From 6710b9a9636627d158eb8edf846dd037b212153d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 19 Dec 2025 14:45:12 +0100 Subject: [PATCH] chore: sync 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 5629f32e8..502f9d158 100644 --- a/biome.json +++ b/biome.json @@ -1,6 +1,7 @@ { + "root": false, "root": true, - "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", "assist": { "actions": { "source": { "organizeImports": "off" } } }, "linter": { "enabled": false, -- 2.43.0