From 90cf89e49123a2a5616bed6e0ca7fc4eed7d6538 Mon Sep 17 00:00:00 2001 From: kamiazya Date: Fri, 14 Jun 2024 01:31:23 +0900 Subject: [PATCH] update ignore list in biome.json to include package.json --- biome.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index f692629..f89f87c 100644 --- a/biome.json +++ b/biome.json @@ -8,7 +8,7 @@ "lineEnding": "lf", "lineWidth": 120, "attributePosition": "auto", - "ignore": ["**/node_modules", "dist", ".all-contributorsrc", "example/docs"] + "ignore": ["**/node_modules", "dist", ".all-contributorsrc", "example/docs", "package.json"] }, "organizeImports": { "enabled": true }, "linter": { @@ -32,7 +32,7 @@ "useNamespaceKeyword": "error" } }, - "ignore": ["**/node_modules", "dist", ".all-contributorsrc", "example/docs"] + "ignore": ["**/node_modules", "dist", ".all-contributorsrc", "example/docs", "package.json"] }, "javascript": { "formatter": {