feat(eslint): Rule "no-nested-ternary"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
5b981c9788
commit
91b3361884
@ -150,7 +150,7 @@
|
||||
- [X] "no-native-reassign"
|
||||
- [ ] "no-negated-condition"
|
||||
- [X] "no-negated-in-lhs"
|
||||
- [ ] "no-nested-ternary"
|
||||
- [X] "no-nested-ternary"
|
||||
- [ ] "no-new"
|
||||
- [ ] "no-new-func"
|
||||
- [ ] "no-new-object"
|
||||
|
@ -227,6 +227,9 @@
|
||||
"no-negated-in-lhs": [
|
||||
"off"
|
||||
],
|
||||
"no-nested-ternary": [
|
||||
"error"
|
||||
],
|
||||
"no-spaced-func": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user