diff --git a/biome.jsonc b/biome.jsonc index 3966aac..65c8b53 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -2,7 +2,7 @@ "$schema": "https://biomejs.dev/schemas/1.8.0/schema.json", "extends": ["node_modules/biome-config-fluid/biome.jsonc"], "files": { - "ignore": ["src/_data/*.json"] + "ignore": ["src/_data/*.json", "package.json"] }, "vcs": { "enabled": true,