Project

General

Profile

« Previous | Next » 

Revision 61353

Merging angular-upgrade branch

View differences:

tslint.json
73 73
    "no-trailing-whitespace": true,
74 74
    "no-unnecessary-initializer": true,
75 75
    "no-unused-expression": true,
76
    "no-use-before-declare": true,
77 76
    "no-var-keyword": true,
78 77
    "object-literal-sort-keys": false,
79 78
    "one-line": [
......
118 117
      "check-type"
119 118
    ],
120 119
    "no-output-on-prefix": true,
121
    "use-input-property-decorator": true,
122
    "use-output-property-decorator": true,
123
    "use-host-property-decorator": true,
120
    "no-inputs-metadata-property": true,
121
    "no-outputs-metadata-property": true,
122
    "no-host-metadata-property": true,
124 123
    "no-input-rename": true,
125 124
    "no-output-rename": true,
126
    "use-life-cycle-interface": true,
125
    "use-lifecycle-interface": true,
127 126
    "use-pipe-transform-interface": true,
128 127
    "component-class-suffix": true,
129 128
    "directive-class-suffix": true

Also available in: Unified diff