tslint: Enable one-line
I'm not sure what is your preference here, but I've seen both styles:
} else {
and
{
else {
I think it would be nice to have a consistent style, and the former is
more common.
This commit is contained in:
parent
9a942c5047
commit
ec95d4a433
9 changed files with 72 additions and 145 deletions
|
|
@ -26,7 +26,6 @@
|
|||
"no-unnecessary-initializer": false,
|
||||
"object-literal-shorthand": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"one-line": false,
|
||||
"one-variable-per-declaration": false,
|
||||
"only-arrow-functions": false,
|
||||
"ordered-imports": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue