Skip to content

Commit 7577653

Browse files
committed
fix(build): remove deprecated tslint rules
1 parent 9209ca2 commit 7577653

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tslint.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"variable-declaration": "nospace"
9191
}
9292
],
93-
"typeof-compare": true,
9493
"unified-signatures": true,
9594
"variable-name": false,
9695
"whitespace": [
@@ -121,9 +120,6 @@
121120
"use-life-cycle-interface": true,
122121
"use-pipe-transform-interface": true,
123122
"component-class-suffix": true,
124-
"directive-class-suffix": true,
125-
"no-access-missing-member": true,
126-
"templates-use-public": true,
127-
"invoke-injectable": true
123+
"directive-class-suffix": true
128124
}
129125
}

0 commit comments

Comments
 (0)