From 22316036922e5107cff0766bcd3a1dc82ad60178 Mon Sep 17 00:00:00 2001 From: Dmytro Stanchiev Date: Tue, 21 Apr 2026 20:51:22 -0400 Subject: [PATCH] chore: fix lint config Signed-off-by: Dmytro Stanchiev --- biome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index 1a0bf51..79fe1f0 100644 --- a/biome.json +++ b/biome.json @@ -1,12 +1,12 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.7/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { - "includes": ["**", "!!**/dist"] + "includes": ["**", "!!**/dist", "!!**/.claude"] }, "formatter": { "enabled": true,