chore: remove nested ternaries

This commit is contained in:
Joe Fleming
2026-03-13 19:13:50 -06:00
parent 2d99d17d60
commit 398b98393a
3 changed files with 11 additions and 13 deletions

View File

@@ -5,7 +5,8 @@
"correctness": "warn"
},
"rules": {
"eslint/no-unused-vars": "error"
"eslint/no-unused-vars": "error",
"unicorn/no-nested-ternary": "error"
},
"options": {
"typeAware": true,