Skip to content

Commit 1c95704

Browse files
committed
Tell Biome to ignore .wrangler directory
1 parent 65c8089 commit 1c95704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biome.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
3+
"files": {
4+
"ignore": ["node_modules", ".wrangler"]
5+
},
36
"formatter": {
47
"indentStyle": "space",
58
"indentWidth": 2

0 commit comments

Comments
 (0)