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

@@ -40,7 +40,7 @@ export function open_user_status_modal() {
id: "set_user_status_modal",
on_click: submit_new_status,
post_render: user_status_post_render,
on_shown: () => {
on_shown() {
input_field().trigger("focus");
},
});