Skip to content

Commit

Permalink
chore(tslint): Disable the annoying no-shadowed-variable rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilioRuzanni committed Oct 29, 2018
1 parent 1959dd6 commit 24b122f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Expand Up @@ -27,7 +27,7 @@
"no-empty": true,
"no-eval": true,
"no-implicit-dependencies": false,
"no-shadowed-variable": true,
"no-shadowed-variable": false,
"no-string-literal": true,
"no-submodule-imports": false,
"no-switch-case-fall-through": true,
Expand Down

0 comments on commit 24b122f

Please sign in to comment.