summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-03 22:14:28 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-04 00:25:55 -0400
commit30acfdf331bd32597400fdba48a1217ec3256d41 (patch)
treef1d99887d84f7ab40626eff67e8ff4daa9e32340
parent1331a4882cae67a771eb62266714efd8942521a1 (diff)
tslint: no-unused-variable is deprecated.
Since TypeScript 2.9. We are already using noUnusedLocals in tsconfig.json.
-rw-r--r--tslint.json1
1 files changed, 0 insertions, 1 deletions
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": [