Skip to content

Commit e429fcd

Browse files
aronzeke
authored andcommitted
Tell Biome to ignore .wrangler directory
1 parent fcdcaa3 commit e429fcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

biome.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
33
"files": {
4-
"ignore": [".wrangler", "vendor/*"]
4+
"ignore": [
5+
".wrangler",
6+
"node_modules",
7+
"vendor/*"
8+
]
59
},
610
"formatter": {
711
"indentStyle": "space",

0 commit comments

Comments
 (0)