mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-16 22:21:43 +00:00
set biome files.maxSize to 2MiB (#708)
Account for large known checksums
This commit is contained in:
parent
4180991cd9
commit
5ce090076d
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
||||||
"!**/node_modules",
|
"!**/node_modules",
|
||||||
"!**/package*.json",
|
"!**/package*.json",
|
||||||
"!**/known-checksums.*"
|
"!**/known-checksums.*"
|
||||||
]
|
],
|
||||||
|
"maxSize": 2097152
|
||||||
},
|
},
|
||||||
"formatter": {
|
"formatter": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue