Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Use correct type name for Bluebird promises.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Feb 6, 2017
1 parent cc5acdd commit c6459b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"no-floating-promises": [
true,
"JQueryPromise",
"BluebirdPromise"
"Bluebird"
],
"no-for-in-array": true,
"no-inferrable-types": false,
Expand Down

0 comments on commit c6459b6

Please sign in to comment.