From c6459b66d9b27de8663f6aadd994047c75ebed06 Mon Sep 17 00:00:00 2001 From: Nick Wronski Date: Mon, 6 Feb 2017 00:53:41 -0500 Subject: [PATCH] Use correct type name for Bluebird promises. --- tslint-base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint-base.json b/tslint-base.json index d4a84ac..03e1fb3 100644 --- a/tslint-base.json +++ b/tslint-base.json @@ -43,7 +43,7 @@ "no-floating-promises": [ true, "JQueryPromise", - "BluebirdPromise" + "Bluebird" ], "no-for-in-array": true, "no-inferrable-types": false,