X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=6828f4325efd6d4af83de9f50f71a1ee4bc07bb1;hb=58d515e32fe1d0133435b3a5e550c6ff24906fff;hp=6e982ca85d47121cdfae366389a6502238b28d21;hpb=b0f9f39ed70299a208d1b388c72de8b7f3510cb7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 6e982ca85..6828f4325 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"], + "indent": [true, "spaces"], "ter-indent": [true, 2], "max-line-length": [true, 140], + "no-unused-variable": false, // Memory issues "no-floating-promises": false } }