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