35 lines
No EOL
723 B
JSON
35 lines
No EOL
723 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"suspicious": {
|
|
"noDoubleEquals": "off",
|
|
"noExplicitAny": "off",
|
|
"noDebugger": "off",
|
|
"noApproximativeNumericConstant":"off"
|
|
},
|
|
"style": {
|
|
"noUselessElse": "off"
|
|
},
|
|
"complexity": {
|
|
"noBannedTypes": "off",
|
|
"noForEach": "off"
|
|
},
|
|
"correctness": {
|
|
"noEmptyPattern": "off"
|
|
},
|
|
"performance": {
|
|
"noAccumulatingSpread": "off"
|
|
}
|
|
}
|
|
},
|
|
"formatter": {
|
|
"indentWidth": 2,
|
|
"indentStyle": "space"
|
|
}
|
|
} |