chore: migrate eslint configs (#11234)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Danial Raza
2025-11-12 10:50:07 +01:00
committed by GitHub
parent 8ed93b3269
commit d923e90ae6
6 changed files with 50 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
import { URL } from 'node:url';
import { Events } from 'discord.js';
import { loadCommands } from '../util/loaders.js';

View File

@@ -1,5 +1,6 @@
import { glob, stat } from 'node:fs/promises';
import { fileURLToPath, resolve, URL } from 'node:url';
import { resolve } from 'node:path';
import { fileURLToPath, URL } from 'node:url';
import { predicate as commandPredicate } from '../commands/index.js';
import { predicate as eventPredicate } from '../events/index.js';