|
|
|
@ -14,8 +14,7 @@
|
|
|
|
|
"eofline": true,
|
|
|
|
|
"forin": true,
|
|
|
|
|
"import-blacklist": [
|
|
|
|
|
true,
|
|
|
|
|
"rxjs"
|
|
|
|
|
true
|
|
|
|
|
],
|
|
|
|
|
"import-spacing": true,
|
|
|
|
|
"indent": [
|
|
|
|
@ -119,12 +118,12 @@
|
|
|
|
|
"app",
|
|
|
|
|
"kebab-case"
|
|
|
|
|
],
|
|
|
|
|
"use-input-property-decorator": true,
|
|
|
|
|
"use-output-property-decorator": true,
|
|
|
|
|
"use-host-property-decorator": true,
|
|
|
|
|
"no-inputs-metadata-property": true,
|
|
|
|
|
"no-outputs-metadata-property": true,
|
|
|
|
|
"no-host-metadata-property": true,
|
|
|
|
|
"no-input-rename": true,
|
|
|
|
|
"no-output-rename": true,
|
|
|
|
|
"use-life-cycle-interface": true,
|
|
|
|
|
"use-lifecycle-interface": true,
|
|
|
|
|
"use-pipe-transform-interface": true,
|
|
|
|
|
"component-class-suffix": true,
|
|
|
|
|
"directive-class-suffix": true,
|
|
|
|
|