Merge pull request #561 from atmire/tslint-rule-renaming

Fixed renamed TSLint rules
This commit is contained in:
Tim Donohue
2020-01-14 09:11:47 -06:00
committed by GitHub

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,