Skip to content

Commit ad0d874

Browse files
delastevehansl
authored andcommitted
chore(lint): Update rule names for codelyzer 0.0.19 (#848)
1 parent 6efc8ee commit ad0d874

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

addon/ng2/blueprints/ng2/files/tslint.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
],
6363
"component-selector-name": [true, "kebab-case"],
6464
"component-selector-type": [true, "element"],
65-
"host-parameter-decorator": true,
66-
"input-parameter-decorator": true,
67-
"output-parameter-decorator": true,
68-
"attribute-parameter-decorator": true,
69-
"input-property-directive": true,
70-
"output-property-directive": true
65+
"use-host-property-decorator": true,
66+
"use-input-property-decorator": true,
67+
"use-output-property-decorator": true,
68+
"no-attribute-parameter-decorator": true,
69+
"no-input-rename": true,
70+
"no-output-rename": true
7171
}
7272
}

0 commit comments

Comments
 (0)