mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
tslint: no-unused-variable is deprecated.
Since TypeScript 2.9. We are already using noUnusedLocals in tsconfig.json.
This commit is contained in:
parent
1331a4882c
commit
30acfdf331
1 changed files with 0 additions and 1 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue