提交 30acfdf3 编写于 作者: R Ryan Dahl

tslint: no-unused-variable is deprecated.

Since TypeScript 2.9.  We are already using noUnusedLocals in
tsconfig.json.
上级 1331a488
......@@ -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": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册