From f26303a0ffc70e95522b74f9f79cd441f7e1e017 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 28 Feb 2026 10:39:04 +0200 Subject: [PATCH] build(biome): migrate schema to v2.4.4 --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 54e4eaf..d6f7b49 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.4.4/schema.json", "vcs": { "enabled": true, "clientKind": "git",