X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=92d0bd2b1d7c4603d3de4189376af5e1c95fb4fa;hb=94831479f5facff9469540a3d49dd347b88bdf5a;hp=70e5d9bb4103f67ae7d18b4b3f1f7cc641f3855d;hpb=df98563e2104b82b119c00a3cd83cd0dc1242d25;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 70e5d9bb4..92d0bd2b1 100644 --- a/tslint.json +++ b/tslint.json @@ -1,10 +1,13 @@ { "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-unused-variable": false, // Memory issues "no-floating-promises": false } }