mhsf-dev/biome.json

18 lines
282 B
JSON
Raw Permalink Normal View History

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