Skip to content

Commit 799a41c

Browse files
committed
chore: exclude package.json from biome formatting checks
1 parent 638c78f commit 799a41c

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
@@ -51,6 +51,6 @@
5151
"useIgnoreFile": true
5252
},
5353
"files": {
54-
"ignore": ["test/fixtures/**/*"]
54+
"ignore": ["test/fixtures/**/*", "package.json"]
5555
}
5656
}

0 commit comments

Comments
 (0)