29 lines
598 B
JSON
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"
|
|
}
|
|
}
|