Files
dc-recorder/biome.json
T

16 lines
318 B
JSON
Raw Normal View History

2026-05-13 15:20:43 +07:00
{
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"includes": ["src/**/*.ts", "tests/**/*.ts", "*.json", "*.ts"]
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
},
"includes": ["src/**/*.ts", "tests/**/*.ts", "*.json", "*.ts"]
}
}