]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tslint.json
Translated using Weblate (French (France))
[github/Chocobozzz/PeerTube.git] / tslint.json
index 6828f4325efd6d4af83de9f50f71a1ee4bc07bb1..cfe2ac712941313f421b0c2b874377c471ff4da1 100644 (file)
@@ -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