Skip to content

Commit

Permalink
fix: ignore package.json in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jan 20, 2025
1 parent e81abd5 commit ff4b853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ff4b853

Please sign in to comment.