Skip to content

Commit

Permalink
allow console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed May 20, 2015
1 parent 711840f commit 5ed0f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
// statements. These globals make up for that.
"require": true,
"module": true,
"global": true
"global": true,
"console": true
},
"maxerr": 100000
}

0 comments on commit 5ed0f2f

Please sign in to comment.