mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
eslint: Enable prefer-arrow-callback.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
960174408f
commit
a79322bc94
@@ -1,4 +1,4 @@
|
||||
$(function () {
|
||||
$(() => {
|
||||
$('a.envelope-link').click(function () {
|
||||
common.copy_data_attribute_value($(this), "admin-emails");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user