Skip to content

Commit

Permalink
Unban setTimeout in tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
clbond committed Mar 27, 2017
1 parent 6caa9b9 commit c0cf98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
@@ -1,7 +1,7 @@
{
"rules": {
"adjacent-overload-signatures": true,
"ban": [true, ["setInterval"], ["setTimeout"]],
"ban": [true, ["setInterval"]],
"member-access": false,
"quotemark": [true, "single", "avoid-escape"],
"no-eval": true,
Expand Down

0 comments on commit c0cf98a

Please sign in to comment.