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"],