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,