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"
|
- [X] "no-native-reassign"
|
||||||
- [ ] "no-negated-condition"
|
- [ ] "no-negated-condition"
|
||||||
- [X] "no-negated-in-lhs"
|
- [X] "no-negated-in-lhs"
|
||||||
- [ ] "no-nested-ternary"
|
- [X] "no-nested-ternary"
|
||||||
- [ ] "no-new"
|
- [ ] "no-new"
|
||||||
- [ ] "no-new-func"
|
- [ ] "no-new-func"
|
||||||
- [ ] "no-new-object"
|
- [ ] "no-new-object"
|
||||||
|
@ -227,6 +227,9 @@
|
|||||||
"no-negated-in-lhs": [
|
"no-negated-in-lhs": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"no-nested-ternary": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-spaced-func": [
|
"no-spaced-func": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user