From 1cba4b0c5fd0973f7781f694a4c71b4ebd69681c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 15 Mar 2026 11:59:38 +0100 Subject: [PATCH] chore: migrate biome configuration schema to 2.4.7 --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index ef89c2ed6..c8e78dfdb 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.6/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.7/schema.json", "assist": { "actions": { "source": { -- 2.53.0