Skip to content

Commit 5b34957

Browse files
committed
Add maxSize limit to biome config
1 parent 3b9c913 commit 5b34957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"!**/dist",
1616
"!**/package.json",
1717
"!**/pnpm-lock.yaml"
18-
]
18+
],
19+
"maxSize": 8388608
1920
},
2021
"formatter": {
2122
"enabled": true,

0 commit comments

Comments
 (0)