feat(eslint): Rule "no-nested-ternary"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -227,6 +227,9 @@
|
||||
"no-negated-in-lhs": [
|
||||
"off"
|
||||
],
|
||||
"no-nested-ternary": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user