eslint: Enable comma-dangle for functions.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-01 17:16:03 -07:00
committed by Tim Abbott
parent a79322bc94
commit e014ea966a
97 changed files with 319 additions and 317 deletions

View File

@@ -594,7 +594,7 @@ exports.register_topic_handlers = function () {
num_after: 0,
narrow: JSON.stringify(
[{operator: "stream", operand: current_stream_id},
{operator: "topic", operand: old_topic_name}]
{operator: "topic", operand: old_topic_name}],
),
};