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"
|
||||
- [X] "no-tabs"
|
||||
- [ ] "no-template-curly-in-string"
|
||||
- [ ] "no-ternary"
|
||||
- [X] "no-ternary"
|
||||
- [ ] "no-this-before-super"
|
||||
- [ ] "no-throw-literal"
|
||||
- [ ] "no-trailing-spaces"
|
||||
|
@ -135,6 +135,9 @@
|
||||
"allowIndentationTabs": true
|
||||
}
|
||||
],
|
||||
"no-ternary": [
|
||||
"off"
|
||||
],
|
||||
"no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user