X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=9acb2463040e9b88e8ef1a008247329f3d7ae705;hb=c5911fd347c76e8bdc05ea9f3ee9efed4a58c236;hp=6e982ca85d47121cdfae366389a6502238b28d21;hpb=b0f9f39ed70299a208d1b388c72de8b7f3510cb7;p=github%2FChocobozzz%2FPeerTube.git 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"],