mhsf-dev/biome.json

19 lines
356 B
JSON
Raw Normal View History

2024-09-08 22:34:51 -05:00
{
2024-12-18 21:07:18 -06:00
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"linter": {
"rules": {
"style": {
"useTemplate": "off",
"useImportType": "warn"
},
"suspicious": {
"noExplicitAny": "off",
"noDoubleEquals": "warn"
},
"complexity": {
"noForEach": "off"
}
}
}
2024-09-08 22:34:51 -05:00
}