Skip to content

Commit 49254ac

Browse files
committed
chore(tslint): depracated / undefined rules
1 parent 60ce7b2 commit 49254ac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tslint.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"no-eval": true,
6262
"no-inferrable-types": [
6363
true,
64-
"ignore-params"
64+
"ignore-params",
65+
"ignore-properties"
6566
],
6667
"no-misused-new": true,
6768
"no-non-null-assertion": true,
@@ -72,7 +73,6 @@
7273
"no-trailing-whitespace": true,
7374
"no-unnecessary-initializer": true,
7475
"no-unused-expression": true,
75-
"no-use-before-declare": true,
7676
"no-var-keyword": true,
7777
"object-literal-sort-keys": false,
7878
"one-line": [
@@ -129,9 +129,12 @@
129129
"kebab-case"
130130
],
131131
"no-output-on-prefix": true,
132+
"no-inputs-metadata-property": true,
133+
"no-outputs-metadata-property": true,
134+
"no-host-metadata-property": true,
132135
"no-input-rename": true,
133136
"no-output-rename": true,
134-
"use-life-cycle-interface": true,
137+
"use-lifecycle-interface": true,
135138
"use-pipe-transform-interface": true,
136139
"component-class-suffix": true,
137140
"directive-class-suffix": true

0 commit comments

Comments
 (0)