Skip to content

Commit

Permalink
Merge pull request #6 from benoitdemaegdt/master
Browse files Browse the repository at this point in the history
issue: set no-unused-variable to false
  • Loading branch information
ccoeurderoy authored Mar 28, 2018
2 parents a00fe31 + a6b7853 commit eefd7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"no-unsafe-any": true,
"no-unsafe-finally": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-unused-variable": false,
"no-var-keyword": true,
"no-void-expression": true,
"prefer-conditional-expression": [true, "check-else-if"],
Expand Down

0 comments on commit eefd7d9

Please sign in to comment.