mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Switch from eslint to oxlint
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,6 @@ export function copyDataMessageIntoMessage(
|
||||
// TODO: DESKTOP-5278
|
||||
// There are type conflicts between MessageAttributesType and the protos
|
||||
// that are passed in here.
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
} as any as MessageAttributesType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user