From 0fbf4b601efdd8e4b46da852a92673db11c2a05d Mon Sep 17 00:00:00 2001 From: Aidan Bleser Date: Mon, 24 Mar 2025 11:54:31 -0500 Subject: [PATCH] ignore package.json in formatting --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index a56253a..8fd5a87 100644 --- a/biome.json +++ b/biome.json @@ -10,7 +10,7 @@ "attributePosition": "auto" }, "files": { - "ignore": ["dist", "node_modules", "tests/cases"] + "ignore": ["dist", "node_modules", "tests/cases", "package.json"] }, "organizeImports": { "enabled": true }, "linter": {