From 30acfdf331bd32597400fdba48a1217ec3256d41 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 3 Oct 2018 22:14:28 -0400 Subject: tslint: no-unused-variable is deprecated. Since TypeScript 2.9. We are already using noUnusedLocals in tsconfig.json. --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index e521ee081..e6e1fe870 100644 --- a/tslint.json +++ b/tslint.json @@ -40,7 +40,6 @@ "no-require-imports": true, "no-string-throw": true, "no-unused-expression": true, - "no-unused-variable": true, "no-var-keyword": true, "object-literal-shorthand": true, "only-arrow-functions": [ -- cgit v1.2.3