Skip to content

Commit

Permalink
Merge pull request #29 from dev-labs-bg/config/tslint
Browse files Browse the repository at this point in the history
Config / Tslint
  • Loading branch information
superKalo authored Dec 5, 2016
2 parents 1cd8a2d + 40941b2 commit 91d5874
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 91d5874

Please sign in to comment.