Skip to content

Commit

Permalink
Enforce trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Sep 16, 2016
1 parent fb3e56b commit c8e03e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
true,
"never"
],
"trailing-comma": [
true,
{
"multiline": "always",
"singleline": "never"
}
],
"triple-equals": [
true,
"allow-null-check"
Expand Down

0 comments on commit c8e03e8

Please sign in to comment.