Files
sonr/packages/es/biome.json
T
Prad NukalaandGitHub 13e6c3e84d Master (#1262)
* clear

* feat: Add everything

* fix: Commenht
2025-10-03 14:45:52 -04:00

22 lines
434 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
"extends": ["../../biome.json"],
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "off"
},
"correctness": {
"noUnusedVariables": "warn"
},
"complexity": {
"noStaticOnlyClass": "off"
},
"style": {
"useTemplate": "warn",
"noUnusedTemplateLiteral": "warn"
}
}
}
}