mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
Tweak JSLint options
(imported from commit 7e7582a48228b879ea29c2a27eb22e46e093f9dc)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/*jslint browser: true, devel: true, sloppy: true,
|
||||
plusplus: true, white: true, undef: true,
|
||||
regexp: true */
|
||||
/*global $: false */
|
||||
plusplus: true, white: true, regexp: true */
|
||||
/*global $: false, jQuery: true,
|
||||
Spinner: true, Handlebars: true,
|
||||
have_initial_messages: true, */
|
||||
|
||||
// Miscellaneous early setup.
|
||||
// This is the first of our Javascript files to be included.
|
||||
|
||||
Reference in New Issue
Block a user