Skip to content

Commit

Permalink
Forbid the use of console.*
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 15, 2017
1 parent a4c9e63 commit c18bcfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"typedef-whitespace:": false,
"no-shadowed-variable:": false,
"max-line-length:": false,
"forin:": false
"forin:": false,
"no-console": true
}
}

0 comments on commit c18bcfb

Please sign in to comment.