Files
zkldi_Tachi/biome.json
T
zkandTest Name 76adb8b6e7 fix: various backsync fixes, changes seeds to not be formatted by biome anymore, just JSON.stringify(x, null, "\t") (#1570)
* fix: various backsync fixes, assorted changes

* automated: Backsync BMS+PMS Songs/Charts 2026-05-23T22:16:28.469Z

* fix: some patches, but all good!

---------

Co-authored-by: Test Name <test@example.com>
2026-05-23 23:33:57 +01:00

31 lines
536 B
JSON

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"formatter": {
"indentStyle": "tab",
"lineWidth": 100,
"indentWidth": 4
},
"files": {
"includes": [
"**",
"!db/seeds/**",
"!typescript/db/src/generated",
"!typescript/client/build",
"!typescript-vendor",
"!typescript/server/src/test-utils/test-data"
],
"maxSize": 67108864
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"linter": {
"enabled": false
},
"assist": {
"enabled": false
}
}