From 23540c5006d63fc4660ff94d38f994cbe2e8b770 Mon Sep 17 00:00:00 2001 From: ProductOfAmerica <14712114+ProductOfAmerica@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:34:17 -0500 Subject: [PATCH] chore: align biome.json schema with the installed CLI Closes #37. The pinned 2.4.11 schema against the newer installed CLI (2.4.15) produced an info-level diagnostic on every lint run. --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index beb292a..897fd01 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.11/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.15/schema.json", "vcs": { "enabled": true, "clientKind": "git",