mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-04 02:31:19 +01:00
tslint: no-unused-variable is deprecated.
Since TypeScript 2.9. We are already using noUnusedLocals in tsconfig.json.
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user