From 0b37c6cb79cd77c16a734def2602a1b218187c00 Mon Sep 17 00:00:00 2001 From: Michael van Tellingen Date: Mon, 2 Sep 2024 22:50:52 +0200 Subject: [PATCH] ignore *.json for now in biome --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index d85ae0e..a144758 100644 --- a/biome.json +++ b/biome.json @@ -4,7 +4,7 @@ "enabled": true }, "files": { - "ignore": ["dist/*"] + "ignore": ["dist/*", "*.json"] }, "linter": { "enabled": true,