mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
22 lines
434 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|