mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
eslint: Add and enable space-unary-ops rule.
Info about rule at https://eslint.org/docs/rules/space-unary-ops.
This commit is contained in:
@@ -43,7 +43,7 @@ exports.update_in_home_view = function (sub, value) {
|
||||
pointer.recenter_pointer_on_display = true;
|
||||
pointer.suppress_scroll_pointer_update = true;
|
||||
|
||||
if (! home_msg_list.empty()) {
|
||||
if (!home_msg_list.empty()) {
|
||||
message_util.do_unread_count_updates(home_msg_list.all_messages());
|
||||
}
|
||||
}, 0);
|
||||
|
||||
Reference in New Issue
Block a user