From 6ed7305f8acf08a6253c8aac5e3ea4c4b0ca1591 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Fri, 7 Feb 2020 09:03:14 +0100 Subject: [PATCH] Enable await-promise linter rule --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index f2c54d8c..1e301e42 100644 --- a/tslint.json +++ b/tslint.json @@ -4,6 +4,7 @@ "jsRules": {}, "rules": { "array-type": [true, "array"], + "await-promise": true, "callable-types": false, "comment-format": [true, "check-space"], "curly": false,