chore: remove unused eslint disable comments (#8595)

This commit is contained in:
Parbez
2022-09-08 18:38:04 +05:30
committed by GitHub
parent dd5a08944c
commit dbca93098c
18 changed files with 4 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
/* eslint-disable jsdoc/check-param-names */
/* eslint-disable id-length */
/* eslint-disable @typescript-eslint/unbound-method */
/* eslint-disable @typescript-eslint/method-signature-style */
import { Buffer } from 'node:buffer';
import { EventEmitter } from 'node:events';
import { VoiceOpcodes } from 'discord-api-types/voice/v4';

View File

@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/method-signature-style */
import { Buffer } from 'node:buffer';
import { createSocket, type Socket } from 'node:dgram';
import { EventEmitter } from 'node:events';

View File

@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/method-signature-style */
import { EventEmitter } from 'node:events';
import { VoiceOpcodes } from 'discord-api-types/voice/v4';
import WebSocket, { type MessageEvent } from 'ws';