From 459e12de4c8b61ff980350f9398ed119469656b2 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Wed, 4 Feb 2026 00:20:31 -0800 Subject: [PATCH] build: ignore dist when linting and formating --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 39e801f6..ef675750 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "files": { - "includes": ["**", "!**/*.json", "!coverage"], + "includes": ["**", "!**/*.json", "!coverage", "!dist"], "ignoreUnknown": true }, "formatter": {