diff --git a/tslint.json b/tslint.json index ad0093e..400c238 100644 --- a/tslint.json +++ b/tslint.json @@ -49,7 +49,7 @@ "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, - "no-unused-variable": true, + "no-unused-variable": false, "no-unreachable": true, "no-use-before-declare": true, "no-var-keyword": true,