Remove unused eslint-disable
s
This commit is contained in:
parent
63189f3f91
commit
f50a6abe36
41 changed files with 68 additions and 142 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2020-2021 Signal Messenger, LLC
|
||||
// Copyright 2020-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
/* eslint-disable @typescript-eslint/ban-types */
|
||||
|
@ -43,9 +43,7 @@ export type AttachmentDownloadJobType = {
|
|||
};
|
||||
export type MessageMetricsType = {
|
||||
id: string;
|
||||
// eslint-disable-next-line camelcase
|
||||
received_at: number;
|
||||
// eslint-disable-next-line camelcase
|
||||
sent_at: number;
|
||||
};
|
||||
export type ConversationMetricsType = {
|
||||
|
@ -143,7 +141,6 @@ export type SessionType = {
|
|||
export type SessionIdType = SessionType['id'];
|
||||
export type SignedPreKeyType = {
|
||||
confirmed: boolean;
|
||||
// eslint-disable-next-line camelcase
|
||||
created_at: number;
|
||||
ourUuid: UUIDStringType;
|
||||
id: `${UUIDStringType}:${number}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue