Skip to content

Commit

Permalink
Merge branch 'master' into life-cycle-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev authored Sep 21, 2016
2 parents 15da839 + 8a48909 commit 45b8faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Below you can find a recommended configuration which is based on the [Angular 2
"no-attribute-parameter-decorator": true,
"no-input-rename": true,
"no-output-rename": true,
"no-forward-ref" :true,
"no-forward-ref": true,
"use-life-cycle-interface": true,
"use-pipe-transform-interface": true,
"pipe-naming": [true, "camelCase", "sg"],
Expand Down

0 comments on commit 45b8faf

Please sign in to comment.