refactor: simplify logical expressions and update biome linting rules

This commit is contained in:
ramvignesh-b
2026-04-14 00:16:25 +05:30
parent 1f94df1309
commit 5c81d617bd
4 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -20,7 +20,11 @@
"recommended": true,
"complexity": {
"noForEach": "error",
"useLiteralKeys": "error"
"noUselessFragments": "error",
"useLiteralKeys": "error",
"noUselessCatch": "error",
"useSimplifiedLogicExpression": "error",
"noExcessiveCognitiveComplexity": "warn"
},
"style": {
"useConst": "error",