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