Skip to content

Commit

Permalink
Fixed: no-unused-variable error in template literals
Browse files Browse the repository at this point in the history
  • Loading branch information
superKalo committed Dec 5, 2016
1 parent 1cd8a2d commit 40941b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-unused-variable": false,
"no-unreachable": true,
"no-use-before-declare": true,
"no-var-keyword": true,
Expand Down

0 comments on commit 40941b2

Please sign in to comment.