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