Skip to content

Commit d609e05

Browse files
committed
chore: Ignore package.json in biome
1 parent 1cca10f commit d609e05

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
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": ["__fixtures__"]
10+
"ignore": ["__fixtures__", "package.json", "package-lock.json"]
1111
},
1212
"formatter": {
1313
"enabled": true,

0 commit comments

Comments
 (0)