mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
eslint: Enable @typescript-eslint/recommended plugin.
This is not automatically enabled by @typescript-eslint/recommended-requiring-type-checking for some reason. https://typescript-eslint.io/linting/configs/#recommended Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
96e657a954
commit
3109ee8015
@@ -49,7 +49,7 @@ export function update_unread_count_in_dom($unread_count_elem: JQuery, count: nu
|
||||
|
||||
export function update_unread_mention_info_in_dom(
|
||||
$unread_mention_info_elem: JQuery,
|
||||
stream_has_any_unread_mention_messages: Boolean,
|
||||
stream_has_any_unread_mention_messages: boolean,
|
||||
): void {
|
||||
const $unread_mention_info_span = $unread_mention_info_elem.find(".unread_mention_info");
|
||||
if (!stream_has_any_unread_mention_messages) {
|
||||
|
||||
Reference in New Issue
Block a user