From cb192b5f3e1a9e94e8366dec970452a04303d4c3 Mon Sep 17 00:00:00 2001 From: fro-bot <80104189+fro-bot@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:22:47 +0000 Subject: [PATCH] chore(dev): bump biome config schema to 2.5.4 Aligns biome.json $schema with the installed @biomejs/biome@2.5.4 CLI (to clear the lingering "Expected: 2.5.4, Found: 2.5.3" lint info on main after PR #300 bumped the CLI). Biome-only config fix; no user-visible changes; no changeset needed. --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index c7c3f9a..a210667 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.3/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.4/schema.json", "assist": { "actions": { "source": {