mirror of https://github.com/zulip/zulip.git
JSLint: Disallow console.log in general
(imported from commit 8cdff0a702ce2857a4596144d66ac285559226da)
This commit is contained in:
parent
c456e2850a
commit
cf85c2e4c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue