Files
lazy_config/config_files/biome.json
2025-08-10 00:44:06 -04:00

26 lines
541 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 120
},
"linter": {
"enabled": true,
"rules": {
"style": {
"useConst": "warn",
"useTemplate": "warn"
},
"complexity": {
"noForEach": "warn"
}
}
},
"vcs": {
"enabled": true,
"clientKind": "git"
}
}