mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
js: Add "use strict" directive to CommonJS files.
ES and TypeScript modules are strict by default and don’t need this directive. ESLint will remind us to add it to new CommonJS files and remove it from ES and TypeScript modules. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
39c3a02736
commit
6ec808b8df
@@ -1,3 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
set_global("$", global.make_zjquery());
|
||||
|
||||
zrequire("keydown_util");
|
||||
|
||||
Reference in New Issue
Block a user