Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jul 22, 2021
1 parent 47baeb7 commit e548bf8
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 @@ -32,7 +32,7 @@
],
"no-arg": true,
"no-bitwise": true,
"no-console": [true, "debug", "time", "timeEnd", "trace"],
"no-console": [true, "log", "time", "timeEnd", "trace", "info"],
"no-construct": true,
"no-debugger": true,
"no-duplicate-super": true,
Expand Down

0 comments on commit e548bf8

Please sign in to comment.