X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=6e982ca85d47121cdfae366389a6502238b28d21;hb=792dbaf07f83fbe3f1d209cd9edf190442c7d2f3;hp=8887798568c59436d95d1e9d2d6bc4a19abe28d3;hpb=65fcc3119c334b75dd13bcfdebf186afdc580a8f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 888779856..6e982ca85 100644 --- a/tslint.json +++ b/tslint.json @@ -1,3 +1,11 @@ { - "extends": "tslint-config-standard" + "extends": "tslint-config-standard", + "rules": { + "no-inferrable-types": true, + "eofline": true, + "indent": ["spaces"], + "ter-indent": [true, 2], + "max-line-length": [true, 140], + "no-floating-promises": false + } }