diff options
Diffstat (limited to 'tslint.json')
-rw-r--r-- | tslint.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tslint.json b/tslint.json index 6e982ca85..9acb24630 100644 --- a/tslint.json +++ b/tslint.json | |||
@@ -1,6 +1,7 @@ | |||
1 | { | 1 | { |
2 | "extends": "tslint-config-standard", | 2 | "extends": "tslint-config-standard", |
3 | "rules": { | 3 | "rules": { |
4 | "await-promise": [true, "Bluebird"], | ||
4 | "no-inferrable-types": true, | 5 | "no-inferrable-types": true, |
5 | "eofline": true, | 6 | "eofline": true, |
6 | "indent": ["spaces"], | 7 | "indent": ["spaces"], |