diff options
Diffstat (limited to 'tslint.json')
-rw-r--r-- | tslint.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json index 31ceb95a0..fbd1975b7 100644 --- a/tslint.json +++ b/tslint.json @@ -55,7 +55,8 @@ "namespaces": { "visibilities": ["exported"] } - }] + }], + "no-unused-variable": true }, "rulesDirectory": [] } |