Skip to content

Commit

Permalink
fix(@angular/cli): adjust blueprint tslint.json rule semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jsshandle authored and hansl committed Jul 5, 2017
1 parent f25ce49 commit 1c6179a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@angular/cli/blueprints/ng/files/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
],
"radix": true,
"semicolon": [
true,
"always"
],
"triple-equals": [
Expand Down

0 comments on commit 1c6179a

Please sign in to comment.