aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config/tslint.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tslint-config/tslint.json')
-rw-r--r--packages/tslint-config/tslint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tslint-config/tslint.json b/packages/tslint-config/tslint.json
index f207d0709..fd1849dd0 100644
--- a/packages/tslint-config/tslint.json
+++ b/packages/tslint-config/tslint.json
@@ -76,6 +76,7 @@
"no-unbound-method": true,
"no-unnecessary-class": true,
"no-unnecessary-type-assertion": true,
+ "no-unused-variable": true,
"no-unsafe-finally": true,
"number-literal-format": true,
"object-literal-key-quotes": false,