X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=92d0bd2b1d7c4603d3de4189376af5e1c95fb4fa;hb=20acba1c3737bc3137f0efb0448e60c703ff7fd0;hp=6e982ca85d47121cdfae366389a6502238b28d21;hpb=b0f9f39ed70299a208d1b388c72de8b7f3510cb7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 6e982ca85..92d0bd2b1 100644 --- a/tslint.json +++ b/tslint.json @@ -1,11 +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 } }