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:
Simon Marchi 2018-07-18 11:17:55 -04:00
commit ec95d4a433
9 changed files with 72 additions and 145 deletions

View file

@ -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,