eslint: Enable object-shorthand avoidExplicitReturnArrows option.

This is equivalent in the absence of ‘this’ (which ESLint knows to
check for).

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-11-17 14:33:43 -08:00
committed by Tim Abbott
parent 88873138ac
commit eb2c822d3f
67 changed files with 177 additions and 174 deletions

View File

@@ -372,7 +372,7 @@ export function set_up_handlers() {
confirm_dialog.launch({
html_heading: $t_html({defaultMessage: "Large number of subscribers"}),
html_body,
on_click: () => {
on_click() {
create_stream();
},
});