From 3a3ed9feef4b4ffe73bb1b4e47973ba0ef628a33 Mon Sep 17 00:00:00 2001 From: Michelle Date: Wed, 4 Feb 2026 05:20:22 +0400 Subject: [PATCH] chore: update biome schema to 2.3.14 Aligns the $schema URL with the installed biome CLI version. Co-Authored-By: Claude Opus 4.5 --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index e477984..9438450 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", "vcs": { "enabled": true, "clientKind": "git",