fix: improve tslint rules

pull/5451/head
bnymncoskuner 5 years ago
parent ec8b496897
commit 8464588af2

@ -88,7 +88,8 @@
],
"semicolon": {
"options": [
"always"
"always",
"ignore-bound-class-methods"
]
},
"space-before-function-paren": {
@ -111,6 +112,7 @@
"no-outputs-metadata-property": true,
"template-banana-in-box": true,
"template-no-negated-async": true,
"object-literal-shorthand": false,
"typedef-whitespace": {
"options": [
{

@ -70,7 +70,8 @@
],
"semicolon": {
"options": [
"always"
"always",
"ignore-bound-class-methods"
]
},
"space-before-function-paren": {
@ -131,6 +132,7 @@
"template-banana-in-box": true,
"template-no-negated-async": true,
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true
"use-pipe-transform-interface": true,
"object-literal-shorthand": false
}
}

Loading…
Cancel
Save