From 711c733b50144fa105347def878069ffcdf1bea1 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Tue, 8 Apr 2025 23:50:45 +0530 Subject: [PATCH] add package json in biome ignore --- biome.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index bc93e76..ce7c979 100644 --- a/biome.json +++ b/biome.json @@ -7,7 +7,15 @@ }, "files": { "ignoreUnknown": false, - "ignore": [".next", "dist", ".source", "out", "template", ".turbo"] + "ignore": [ + ".next", + "dist", + ".source", + "out", + "template", + ".turbo", + "package.json" + ] }, "formatter": { "enabled": true,