From 2f0a5879424fd457abdb6be874691d9d07c57cd8 Mon Sep 17 00:00:00 2001 From: EduardF1 <50618110+EduardF1@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:17:07 +0200 Subject: [PATCH] chore: bump biome $schema to match pinned CLI 2.4.11 --- biome.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index 63e8523..c4a1faf 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.0/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.11/schema.json", "files": { "includes": [ "src/**",