X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=cfe2ac712941313f421b0c2b874377c471ff4da1;hb=c25e8ce505b8e47532d3e703c923c15ac7c4574e;hp=9acb2463040e9b88e8ef1a008247329f3d7ae705;hpb=d412e80e5f748f92118541a5334c14ebd4a90881;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 9acb24630..cfe2ac712 100644 --- a/tslint.json +++ b/tslint.json @@ -4,9 +4,16 @@ "await-promise": [true, "Bluebird"], "no-inferrable-types": true, "eofline": true, - "indent": ["spaces"], - "ter-indent": [true, 2], + "indent": [true, "spaces"], + "ter-indent": [ + true, + 2, + { + "SwitchCase": 1 + } + ], "max-line-length": [true, 140], + "no-unused-variable": false, // Memory issues "no-floating-promises": false } }