From 76957e6f92f71eb624c16d1508c769db30b3b002 Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Sun, 25 Jan 2026 12:53:09 +0000 Subject: [PATCH] include only the folder we care about --- biome.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index da0198a..c0977e2 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,13 @@ { + "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", "formatter": { - "enabled": true, "indentStyle": "space", "indentWidth": 2 + }, + "files": { + "includes": [ + "**", + "!!**/dist" + ] } } \ No newline at end of file