chore: add noNestedTernary biome rule (warn) (#168)
- Enforce no nested ternary expressions via biome linter - No existing code violations found - Complements clarity-over-brevity coding guideline
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@
|
||||
"style": {
|
||||
"noNonNullAssertion": "off",
|
||||
"useConst": "error",
|
||||
"noParameterAssign": "off"
|
||||
"noParameterAssign": "off",
|
||||
"noNestedTernary": "warn"
|
||||
},
|
||||
"correctness": {
|
||||
"noUnusedVariables": "warn",
|
||||
|
||||
Reference in New Issue
Block a user