Merge pull request #28007 from element-hq/renovate/major-typescript-eslint-monorepo
This commit is contained in:
commit
e5a436a00a
126 changed files with 267 additions and 268 deletions
|
@ -69,7 +69,7 @@ export class MessageBuilder {
|
|||
/**
|
||||
* Map of message content -> event.
|
||||
*/
|
||||
messages = new Map<String, Promise<JSHandle<MatrixEvent>>>();
|
||||
messages = new Map<string, Promise<JSHandle<MatrixEvent>>>();
|
||||
|
||||
/**
|
||||
* Utility to find a MatrixEvent by its body content
|
||||
|
|
|
@ -70,7 +70,7 @@ export class MessageBuilder {
|
|||
/**
|
||||
* Map of message content -> event.
|
||||
*/
|
||||
messages = new Map<String, Promise<JSHandle<MatrixEvent>>>();
|
||||
messages = new Map<string, Promise<JSHandle<MatrixEvent>>>();
|
||||
|
||||
/**
|
||||
* Utility to find a MatrixEvent by its body content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue