From 68da4a7fdeaa89b11fdb472e3aaee5040e1091dc Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Tue, 24 Jul 2018 23:33:56 +0200 Subject: [PATCH] update tslint rules --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 852186d..cd72ff2 100644 --- a/tslint.json +++ b/tslint.json @@ -48,7 +48,6 @@ "no-switch-case-fall-through": false, "no-this-assignment": false, "no-unused-expression": true, - "no-unused-variable": true, "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": true,