X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tslint.json;h=cfe2ac712941313f421b0c2b874377c471ff4da1;hb=7c421bb19809c4b0223d9e082d52d125fbe95f2a;hp=6828f4325efd6d4af83de9f50f71a1ee4bc07bb1;hpb=be0f59b4eec3c2c4dcd151e2b174be39dff1568e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tslint.json b/tslint.json index 6828f4325..cfe2ac712 100644 --- a/tslint.json +++ b/tslint.json @@ -5,7 +5,13 @@ "no-inferrable-types": true, "eofline": true, "indent": [true, "spaces"], - "ter-indent": [true, 2], + "ter-indent": [ + true, + 2, + { + "SwitchCase": 1 + } + ], "max-line-length": [true, 140], "no-unused-variable": false, // Memory issues "no-floating-promises": false