mhsf-dev/biome.json
2025-02-22 10:38:19 -06:00

19 lines
311 B
JSON

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"linter": {
"rules": {
"style": {
"useTemplate": "off",
"useImportType": "warn"
},
"suspicious": {
"noExplicitAny": "off",
"noDoubleEquals": "warn"
},
"complexity": {
"noForEach": "off"
}
}
}
}