mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Add 'no-unused-variable' to 'tslint.json'.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"no-trailing-whitespace": true,
|
||||
"no-inferrable-types": true,
|
||||
"no-null": true,
|
||||
"no-unused-variable": true,
|
||||
"boolean-trivia": true,
|
||||
"type-operator-spacing": true,
|
||||
"prefer-const": true,
|
||||
|
||||
Reference in New Issue
Block a user