mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +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
@@ -48,7 +48,7 @@ export function start_or_extend_idle_timer(worker) {
|
||||
}
|
||||
state.idle_timer = setTimeout(
|
||||
on_idle_timeout,
|
||||
TYPING_STOPPED_WAIT_PERIOD
|
||||
TYPING_STOPPED_WAIT_PERIOD,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user