Skip to content

Commit 30acfdf

Browse files
committed
tslint: no-unused-variable is deprecated.
Since TypeScript 2.9. We are already using noUnusedLocals in tsconfig.json.
1 parent 1331a48 commit 30acfdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"no-require-imports": true,
4141
"no-string-throw": true,
4242
"no-unused-expression": true,
43-
"no-unused-variable": true,
4443
"no-var-keyword": true,
4544
"object-literal-shorthand": true,
4645
"only-arrow-functions": [

0 commit comments

Comments
 (0)