Skip to content

Commit

Permalink
fix: do not allow deprecated methods (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Nov 29, 2018
1 parent 7c0c107 commit 8f81766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"class-name": true,
"curly": [true, "ignore-same-line"],
"deprecation": true,
"forin": true,
"interface-name": [true, "never-prefix"],
"jsdoc-format": true,
Expand Down

0 comments on commit 8f81766

Please sign in to comment.