From 3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 10:01:40 +0900 Subject: Use compiler option instead of linter option --- tslint.json | 1 - 1 file changed, 1 deletion(-) (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json index 3e343c482a..ad1a97de08 100644 --- a/tslint.json +++ b/tslint.json @@ -54,7 +54,6 @@ "no-unsafe-finally": true, "no-unused-expression": true, "no-unused-new": true, - "no-unused-variable": true, "no-use-before-declare": true, "no-var-keyword": true, "radix": true, -- cgit v1.2.3-freya