Skip to content

Commit 0af0524

Browse files
committed
Including the no-unused-variable TSLint rule.
1 parent c41130f commit 0af0524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core-build/gulp-core-build-typescript/src/defaultTslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"no-trailing-whitespace": true,
6565
"no-unnecessary-semicolons": true,
6666
"no-unused-expression": true,
67+
"no-unused-variable": true,
6768
"no-use-before-declare": true,
6869
"no-with-statement": true,
6970
"no-var-keyword": true,

0 commit comments

Comments
 (0)