JSLint: Disallow console.log in general

(imported from commit 8cdff0a702ce2857a4596144d66ac285559226da)
This commit is contained in:
Keegan McAllister 2012-10-04 12:37:15 -04:00
parent c456e2850a
commit cf85c2e4c3
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ var globals =
var jslint_options = {
browser: true, // Assume browser environment
devel: true, // Allow console.log, etc.
vars: true, // Allow multiple 'var' per function
sloppy: true, // Don't require "use strict"
white: true, // Lenient whitespace rules