mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53: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
@@ -55,7 +55,7 @@ exports.toggle = function (opts) {
|
||||
if (opts.callback) {
|
||||
opts.callback(
|
||||
opts.values[idx].label,
|
||||
opts.values[idx].key
|
||||
opts.values[idx].key,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user