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 --- tslint.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json index 9acb24630..92d0bd2b1 100644 --- a/tslint.json +++ b/tslint.json @@ -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 } } -- cgit v1.2.3