Enable brace-style eslint rules
This commit is contained in:
parent
73bdcdfd0a
commit
5a8f484a03
9 changed files with 54 additions and 13 deletions
|
@ -229,10 +229,13 @@ function getEnvelopeId(envelope: ProcessedEnvelope): string {
|
|||
return `${prefix} ${timestamp} (${envelope.id})`;
|
||||
}
|
||||
|
||||
/* eslint-disable @typescript-eslint/brace-style -- Prettier conflicts with ESLint */
|
||||
export default class MessageReceiver
|
||||
extends EventTarget
|
||||
implements IRequestHandler
|
||||
{
|
||||
/* eslint-enable @typescript-eslint/brace-style */
|
||||
|
||||
private server: WebAPIType;
|
||||
|
||||
private storage: Storage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue