From e03842386f30097a7d6ac19530bfec51dcaaa89d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 8 Jan 2026 22:48:13 +0100 Subject: [PATCH] chore: migrate biome configuration to 2.3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- biome.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/biome.json b/biome.json index 502f9d158..fc81b4767 100644 --- a/biome.json +++ b/biome.json @@ -1,8 +1,13 @@ { - "root": false, "root": true, - "$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.43.0