X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=92d0bd2b1d7c4603d3de4189376af5e1c95fb4fa;hb=ed31c059851a30bd5ba9999f8ecb3822d576b9f4;hp=9acb2463040e9b88e8ef1a008247329f3d7ae705;hpb=d412e80e5f748f92118541a5334c14ebd4a90881;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 9acb24630..92d0bd2b1 100644 --- a/tslint.json +++ b/tslint.json @@ -7,6 +7,7 @@ "indent": ["spaces"], "ter-indent": [true, 2], "max-line-length": [true, 140], + "no-unused-variable": false, // Memory issues "no-floating-promises": false } }