mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #561 from atmire/tslint-rule-renaming
Fixed renamed TSLint rules
This commit is contained in:
11
tslint.json
11
tslint.json
@@ -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,
|
||||
|
Reference in New Issue
Block a user