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,