Remove whitespace required in tslint

[ci skip]
pull/5265/head
Oliver Günther 8 years ago
parent 8cf8f7c14e
commit e06bc1b5f8
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 15
      tslint.json

@ -39,8 +39,7 @@
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
"check-separator"
]
},
"rules": {
@ -98,11 +97,17 @@
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
"check-separator"
],
"typedef-whitespace": [
false,
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
},
{
"call-signature": "nospace",
"index-signature": "nospace",

Loading…
Cancel
Save