X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=6828f4325efd6d4af83de9f50f71a1ee4bc07bb1;hb=be0f59b4eec3c2c4dcd151e2b174be39dff1568e;hp=9acb2463040e9b88e8ef1a008247329f3d7ae705;hpb=d412e80e5f748f92118541a5334c14ebd4a90881;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 9acb24630..6828f4325 100644 --- a/tslint.json +++ b/tslint.json @@ -4,9 +4,10 @@ "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 } }