_comuns/Documentos/biome.json
2024-05-06 08:45:08 -03:00

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