Switch from eslint to oxlint

Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-30 14:27:16 -05:00
committed by GitHub
parent 707921b9be
commit 806a66e006
606 changed files with 6026 additions and 3790 deletions

View File

@@ -1,8 +1,6 @@
// Copyright 2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* eslint-disable max-classes-per-file */
import { PublicKey, Aci, Pni } from '@signalapp/libsignal-client';
import type { KeyPairType } from './Types.d.ts';
import * as Bytes from '../Bytes.std.js';
@@ -154,6 +152,7 @@ class ProvisioningCipherInner {
}
}
// oxlint-disable-next-line max-classes-per-file
export default class ProvisioningCipher {
constructor() {
const inner = new ProvisioningCipherInner();