Skip to content

Commit

Permalink
chore: ignore biome formatting package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 12, 2024
1 parent 4657ada commit fe5da14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.json
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",
"formatter": {
"indentStyle": "space",
"ignore": ["**/*.gen.ts"]
"ignore": ["**/*.gen.ts", "./package.json"]
},
"linter": {
"enabled": false
Expand Down

0 comments on commit fe5da14

Please sign in to comment.