Files
dc-recorder/biome.json

21 lines
388 B
JSON

{
"files": {
"includes": ["src/**/*.ts", "tests/**/*.ts", "*.json", "*.ts", "!vendor/**"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"linter": {
"enabled": true,
"rules": {
"recommended": false,
"style": {
"noNonNullAssertion": "warn",
"useNodejsImportProtocol": "warn"
}
}
}
}