feat(eslint): Rule "no-ternary"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
2cb3cc32ed
commit
7a65b14bef
@ -189,7 +189,7 @@
|
|||||||
- [ ] "no-sync"
|
- [ ] "no-sync"
|
||||||
- [X] "no-tabs"
|
- [X] "no-tabs"
|
||||||
- [ ] "no-template-curly-in-string"
|
- [ ] "no-template-curly-in-string"
|
||||||
- [ ] "no-ternary"
|
- [X] "no-ternary"
|
||||||
- [ ] "no-this-before-super"
|
- [ ] "no-this-before-super"
|
||||||
- [ ] "no-throw-literal"
|
- [ ] "no-throw-literal"
|
||||||
- [ ] "no-trailing-spaces"
|
- [ ] "no-trailing-spaces"
|
||||||
|
@ -135,6 +135,9 @@
|
|||||||
"allowIndentationTabs": true
|
"allowIndentationTabs": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"no-ternary": [
|
||||||
|
"off"
|
||||||
|
],
|
||||||
"no-unused-vars": [
|
"no-unused-vars": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user