mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Disable class-methods-use-this lint rule
This commit is contained in:
@@ -40,8 +40,6 @@ const reactionJobData = z.object({
|
||||
|
||||
export type ReactionJobData = z.infer<typeof reactionJobData>;
|
||||
|
||||
/* eslint-disable class-methods-use-this */
|
||||
|
||||
export class ReactionJobQueue extends JobQueue<ReactionJobData> {
|
||||
private readonly inMemoryQueues = new InMemoryQueues();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user