From dfecb9003600913f8c3130a87e5b403d6686a55f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 8 Mar 2018 17:31:11 +0100 Subject: Fix lint momory issues --- client/tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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", -- cgit v1.2.3