Files
dc-recorder/biome.json
T

16 lines
318 B
JSON

{
"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"]
}
}