mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
eslint: Enable comma-dangle for functions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a79322bc94
commit
e014ea966a
@@ -105,7 +105,7 @@ exports.set_up = function () {
|
||||
|
||||
$("#send_test_notification").click(() => {
|
||||
notifications.send_test_notification(
|
||||
i18n.t("This is what a Zulip notification looks like.")
|
||||
i18n.t("This is what a Zulip notification looks like."),
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user