From d412e80e5f748f92118541a5334c14ebd4a90881 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Oct 2017 16:52:01 +0200 Subject: Fix lint --- tslint.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json index 6e982ca85..9acb24630 100644 --- a/tslint.json +++ b/tslint.json @@ -1,6 +1,7 @@ { "extends": "tslint-config-standard", "rules": { + "await-promise": [true, "Bluebird"], "no-inferrable-types": true, "eofline": true, "indent": ["spaces"], -- cgit v1.2.3