updated tslint rules that have been renamed

This commit is contained in:
lotte
2020-01-14 14:50:46 +01:00
parent 6e928eeb89
commit 0271821305

View File

@@ -40,7 +40,7 @@
],
"no-access-missing-member": false,
"no-arg": true,
"no-attribute-parameter-decorator": true,
"no-attribute-decorator": true,
"no-bitwise": true,
"no-console": [
true,
@@ -81,9 +81,8 @@
false
],
"prefer-const": true,
"pipe-naming": [
"pipe-prefix": [
true,
"camelCase",
"ds"
],
"quotemark": [
@@ -147,10 +146,10 @@
"no-input-rename": true,
"no-output-rename": true,
"templates-use-public": false,
"use-host-property-decorator": true,
"use-input-property-decorator": true,
"no-host-metadata-property": true,
"no-inputs-metadata-property": true,
"use-life-cycle-interface": false,
"use-output-property-decorator": true,
"no-outputs-metadata-property": true,
"use-pipe-transform-interface": true
// "rxjs-collapse-imports": true,
// "rxjs-pipeable-operators-only": true,