mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
JSLint: Disallow console.log in general
(imported from commit 8cdff0a702ce2857a4596144d66ac285559226da)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user