Skip to content

Commit

Permalink
Upgraded tslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 18, 2017
1 parent e4293af commit 5c3ee3e
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 @@ -23,8 +23,8 @@
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"call-signature": "onespace",
"index-signature": "onespace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
Expand Down

0 comments on commit 5c3ee3e

Please sign in to comment.