mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
chore: remove usage of the prefer-global rules (#11279)
This commit is contained in:
committed by
GitHub
parent
548d75258b
commit
9bf1f739e0
@@ -1,5 +1,4 @@
|
||||
import { readFile, writeFile } from 'node:fs/promises';
|
||||
import { URL } from 'node:url';
|
||||
|
||||
const pkgJsonPath = new URL('../package.json', import.meta.url);
|
||||
const pkgJson = JSON.parse(await readFile(pkgJsonPath, 'utf8'));
|
||||
|
||||
Reference in New Issue
Block a user