]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/tslint.json
Fix lint momory issues
[github/Chocobozzz/PeerTube.git] / client / tslint.json
index c1ca4336ef4af00952d976c08633cf9cb2d5a58b..db852d9f8d37fbf247ded51ca4b5c0436100b4ea 100644 (file)
@@ -6,7 +6,7 @@
     "eofline": true,
     "max-line-length": [true, 140],
     "no-floating-promises": false,
-    "no-unused-variable": false, // Bug, wait TypeScript 2.4
+    "no-unused-variable": false, // Memory issues
     "member-ordering": [true,
       "public-before-private",
       "static-before-instance",