Skip to content

Commit

Permalink
chore(lint): turn off console log warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed Sep 21, 2018
1 parent cf0bf4a commit db5f570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Expand Up @@ -14,7 +14,7 @@
false
],
"no-console": {
"severity": "warning"
"severity": "off"
}
},
"rulesDirectory": [],
Expand Down

0 comments on commit db5f570

Please sign in to comment.