Allow multiline else and catch statement tslint

pull/4471/head
Alex Dik 8 years ago
parent c6f933e0ad
commit 24785f165f
  1. 2
      frontend/tslint.json

@ -39,8 +39,6 @@
"one-line": [ "one-line": [
true, true,
"check-open-brace", "check-open-brace",
"check-catch",
"check-else",
"check-whitespace" "check-whitespace"
], ],
"quotemark": [ "quotemark": [

Loading…
Cancel
Save