]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tslint.json
Merge branch 'master' into develop
[github/Chocobozzz/PeerTube.git] / tslint.json
index 9acb2463040e9b88e8ef1a008247329f3d7ae705..6828f4325efd6d4af83de9f50f71a1ee4bc07bb1 100644 (file)
@@ -4,9 +4,10 @@
     "await-promise": [true, "Bluebird"],
     "no-inferrable-types": true,
     "eofline": true,
-    "indent": ["spaces"],
+    "indent": [true, "spaces"],
     "ter-indent": [true, 2],
     "max-line-length": [true, 140],
+    "no-unused-variable": false, // Memory issues
     "no-floating-promises": false
   }
 }