mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +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
@@ -141,7 +141,7 @@ exports.get_hotkey_deprecation_notice = function (originalHotkey, replacementHot
|
||||
return i18n.t(
|
||||
'We\'ve replaced the "__originalHotkey__" hotkey with "__replacementHotkey__" '
|
||||
+ 'to make this common shortcut easier to trigger.',
|
||||
{ originalHotkey: originalHotkey, replacementHotkey: replacementHotkey }
|
||||
{ originalHotkey: originalHotkey, replacementHotkey: replacementHotkey },
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user