Files
sonr/web/dash/biome.json
T

18 lines
335 B
JSON
Raw Normal View History

2025-10-03 14:45:52 -04:00
{
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
"extends": ["../../biome.json"],
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "off"
},
"correctness": {
"noUnusedVariables": "warn"
},
"complexity": {
"noStaticOnlyClass": "off"
}
}
}
}