]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - tslint.json
Add ability to list video imports
[github/Chocobozzz/PeerTube.git] / tslint.json
index 9acb2463040e9b88e8ef1a008247329f3d7ae705..92d0bd2b1d7c4603d3de4189376af5e1c95fb4fa 100644 (file)
@@ -7,6 +7,7 @@
     "indent": ["spaces"],
     "ter-indent": [true, 2],
     "max-line-length": [true, 140],
+    "no-unused-variable": false, // Memory issues
     "no-floating-promises": false
   }
 }