From bdb88b31a83f5fc6f1450914707cb77736d4ddb1 Mon Sep 17 00:00:00 2001 From: hs Date: Fri, 21 Jun 2019 20:55:16 -0700 Subject: [PATCH] removed old tslint switch --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 247a0c5..a56639d 100644 --- a/tslint.json +++ b/tslint.json @@ -2,7 +2,6 @@ "rules": { "no-unused-expression": [true, "allow-new"], "no-duplicate-variable": true, - "no-unused-variable": true, "curly": true, "class-name": true, "semicolon": [true, "always"],