Files
cap/biome.json
2025-09-26 15:52:55 +01:00

19 lines
319 B
JSON

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