Skip to content

Commit

Permalink
chore(lint): Update rule names for codelyzer 0.0.19 (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
delasteve authored and hansl committed May 20, 2016
1 parent 6efc8ee commit ad0d874
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions addon/ng2/blueprints/ng2/files/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
],
"component-selector-name": [true, "kebab-case"],
"component-selector-type": [true, "element"],
"host-parameter-decorator": true,
"input-parameter-decorator": true,
"output-parameter-decorator": true,
"attribute-parameter-decorator": true,
"input-property-directive": true,
"output-property-directive": true
"use-host-property-decorator": true,
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"no-attribute-parameter-decorator": true,
"no-input-rename": true,
"no-output-rename": true
}
}

0 comments on commit ad0d874

Please sign in to comment.