X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=9acb2463040e9b88e8ef1a008247329f3d7ae705;hb=3b6eaa921fa93fb44d7332f31e08d1f2cd382f23;hp=70e5d9bb4103f67ae7d18b4b3f1f7cc641f3855d;hpb=df98563e2104b82b119c00a3cd83cd0dc1242d25;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 70e5d9bb4..9acb24630 100644 --- a/tslint.json +++ b/tslint.json @@ -1,9 +1,11 @@ { "extends": "tslint-config-standard", "rules": { + "await-promise": [true, "Bluebird"], "no-inferrable-types": true, "eofline": true, "indent": ["spaces"], + "ter-indent": [true, 2], "max-line-length": [true, 140], "no-floating-promises": false }