Files
cap/biome.json
T

19 lines
319 B
JSON
Raw Normal View History

2025-09-26 15:52:55 +01:00
{
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"linter": {
"enabled": true,
"rules": {
"style": {
"useConst": "error"
},
"correctness": {
"noUnusedVariables": "error"
}
}
}
}