Skip to content

Commit

Permalink
Merge pull request #2 from Monnorcurphy/ignore-bound-class-methods
Browse files Browse the repository at this point in the history
Add ignore-bound-class methods
  • Loading branch information
jbmilgrom authored Aug 4, 2017
2 parents d2bb151 + cdb7dd5 commit d748461
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 @@ -86,7 +86,8 @@
"radix": true,
"semicolon": [
true,
"always"
"always",
"ignore-bound-class-methods"
],
"switch-default": true,
"trailing-comma": false,
Expand Down

0 comments on commit d748461

Please sign in to comment.