Skip to content

Commit 09dfef9

Browse files
committed
chore(codelyzer): update rule names
1 parent 43a44c4 commit 09dfef9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
File renamed without changes.

tslint.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,18 @@
3434
"triple-equals": true,
3535
"variable-name": false,
3636

37+
"directive-selector-name": [true, "camelCase"],
3738
"component-selector-name": [true, "kebab-case"],
39+
"directive-selector-type": [true, "attribute"],
3840
"component-selector-type": [true, "element"],
39-
"use-host-property-decorator": true,
4041
"use-input-property-decorator": true,
4142
"use-output-property-decorator": true,
42-
"no-attribute-parameter-decorator": true,
43+
"use-host-property-decorator": true,
4344
"no-input-rename": true,
44-
"no-output-rename": true
45+
"no-output-rename": true,
46+
"use-life-cycle-interface": true,
47+
"use-pipe-transform-interface": true,
48+
"component-class-suffix": true,
49+
"directive-class-suffix": true
4550
}
4651
}

0 commit comments

Comments
 (0)