Skip to content

Commit 94c104f

Browse files
committed
build(biome): don't format package.json files
1 parent a97ae7f commit 94c104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"formatter": {
3131
"enabled": true,
32-
"ignore": ["**/*.astro", "**/*.md"],
32+
"ignore": ["**/*.astro", "**/*.md", "**/package.json"],
3333
"indentStyle": "space",
3434
"indentWidth": 2
3535
},

0 commit comments

Comments
 (0)