mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
refactor: simplify logical expressions and update biome linting rules
This commit is contained in:
+5
-1
@@ -20,7 +20,11 @@
|
||||
"recommended": true,
|
||||
"complexity": {
|
||||
"noForEach": "error",
|
||||
"useLiteralKeys": "error"
|
||||
"noUselessFragments": "error",
|
||||
"useLiteralKeys": "error",
|
||||
"noUselessCatch": "error",
|
||||
"useSimplifiedLogicExpression": "error",
|
||||
"noExcessiveCognitiveComplexity": "warn"
|
||||
},
|
||||
"style": {
|
||||
"useConst": "error",
|
||||
|
||||
Reference in New Issue
Block a user