Skip to content

Commit

Permalink
fix(tslint): disable trailing comma rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Oct 11, 2018
1 parent 77ccd3f commit aaad7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"variable-name": [true, "allow-leading-underscore"],
"interface-name": false,
"member-access": false,
"arrow-parens": false
"arrow-parens": false,
"trailing-comma": false
},
"rulesDirectory": []
}

0 comments on commit aaad7a0

Please sign in to comment.