Files
lazy_config/biome.json
2025-05-27 13:29:43 -04:00

29 lines
598 B
JSON

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