Skip to content

Commit 37953e8

Browse files
committed
chore: update tslint rules
1 parent 40a1279 commit 37953e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tslint.json

-3
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,10 @@
8484
"check-type"
8585
],
8686

87-
"directive-selector-name": [true, "camelCase"],
8887
"component-selector-name": [true, "kebab-case"],
89-
"directive-selector-type": [true, "attribute"],
9088
"component-selector-type": [true, "element"],
9189
"use-input-property-decorator": true,
9290
"use-output-property-decorator": true,
93-
"use-host-property-decorator": true,
9491
"use-life-cycle-interface": true,
9592
"use-pipe-transform-interface": true,
9693
"component-class-suffix": true,

0 commit comments

Comments
 (0)