fix: Fix biome correctness errors

This commit is contained in:
2026-03-23 08:32:30 +05:30
parent 7a164c705c
commit 36c6700437
8 changed files with 24 additions and 40 deletions
+5 -5
View File
@@ -24,13 +24,13 @@
"noExplicitAny": "off"
},
"correctness": {
"noUnusedImports": "off",
"noUnusedFunctionParameters": "off",
"noUnusedVariables": "off",
"noConstructorReturn": "off"
"noUnusedImports": "warn",
"noUnusedFunctionParameters": "warn",
"noUnusedVariables": "warn",
"noConstructorReturn": "warn"
},
"complexity": {
"useLiteralKeys": "off"
"useLiteralKeys": "warn"
}
}
},