Skip to content

Commit 5ce0900

Browse files
authored
set biome files.maxSize to 2MiB (#708)
Account for large known checksums
1 parent 4180991 commit 5ce0900

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"!**/node_modules",
1919
"!**/package*.json",
2020
"!**/known-checksums.*"
21-
]
21+
],
22+
"maxSize": 2097152
2223
},
2324
"formatter": {
2425
"enabled": true,

0 commit comments

Comments
 (0)