summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 10:01:40 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 10:01:40 +0900
commit3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc (patch)
treeaa09dea6a4104f6f21c92e84fa86f500d53b3e41 /tslint.json
parentRemove needless empty line (diff)
downloadsharkey-3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc.tar.gz
sharkey-3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc.tar.bz2
sharkey-3e64cf1b0fed8d0a60c4d0d42280c7cb70fecbdc.zip
Use compiler option instead of linter option
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json1
1 files changed, 0 insertions, 1 deletions
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,