Skip to content

Commit

Permalink
Fix the semicolon rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed May 31, 2016
1 parent aa0c6e5 commit 5319b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"single"
],
"semicolon": [
false,
"always"
true,
"never"
],
"triple-equals": [
true,
Expand Down

0 comments on commit 5319b63

Please sign in to comment.