From ec82d14713a2eb5d6d23f56b335873b97aa26d2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 28 Jan 2026 13:07:40 +0100 Subject: [PATCH] chore: update biome configuration schema to 2.3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 0a1a0d212..4193df1d5 100644 --- a/biome.json +++ b/biome.json @@ -1,6 +1,6 @@ { "root": true, - "$schema": "https://biomejs.dev/schemas/2.3.12/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json", "assist": { "actions": { "source": { -- 2.43.0