mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
eslint: Fix @typescript-eslint/consistent-type-definitions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
ccbba1acb0
commit
084771ce74
@@ -3,9 +3,9 @@ import $ from "jquery";
|
||||
|
||||
// TODO: Move this to message_store when it is
|
||||
// converted to TypeScript.
|
||||
interface Message {
|
||||
type Message = {
|
||||
content: string;
|
||||
}
|
||||
};
|
||||
|
||||
// We need to check if the message content contains the specified HTML
|
||||
// elements. We wrap the message.content in a <div>; this is
|
||||
|
||||
Reference in New Issue
Block a user