mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
* 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>
31 lines
536 B
JSON
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
|
|
}
|
|
}
|