Skip to content

Commit

Permalink
update tslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Jul 24, 2018
1 parent 1dcafff commit 25287a6
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 @@ -40,7 +40,7 @@
"no-construct": true,
"no-debugger": true,
"no-duplicate-variable": true,
"no-empty": false,
"no-empty": true,
"no-eval": true,
"no-inferrable-types": false,
"no-shadowed-variable": true,
Expand Down

0 comments on commit 25287a6

Please sign in to comment.