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,4 +1,3 @@
/* eslint-disable unicorn/require-post-message-target-origin */
import { isMainThread, parentPort } from 'node:worker_threads';
import { Collection } from '@discordjs/collection';
import type { SessionInfo } from '../../ws/WebSocketManager.js';