X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftslint.json;h=db852d9f8d37fbf247ded51ca4b5c0436100b4ea;hb=f7714668917c7191a2d9d015d28c22baa92e32b4;hp=c1ca4336ef4af00952d976c08633cf9cb2d5a58b;hpb=4a7eeb62f1364678fff28fef4a83a0e9b640017c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tslint.json b/client/tslint.json index c1ca4336e..db852d9f8 100644 --- a/client/tslint.json +++ b/client/tslint.json @@ -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",