mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
chore: remove usage of the prefer-global rules (#11279)
This commit is contained in:
committed by
GitHub
parent
548d75258b
commit
9bf1f739e0
@@ -1,9 +1,9 @@
|
||||
/* eslint-disable no-restricted-globals */
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
|
||||
// See LICENSE in the project root for license information.
|
||||
|
||||
import * as os from 'node:os';
|
||||
import * as path from 'node:path';
|
||||
import process from 'node:process';
|
||||
import { PackageJsonLookup, FileSystem, type IPackageJson, Path } from '@rushstack/node-core-library';
|
||||
import {
|
||||
CommandLineAction,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// See LICENSE in the project root for license information.
|
||||
|
||||
import * as os from 'node:os';
|
||||
import * as process from 'node:process';
|
||||
import process from 'node:process';
|
||||
import colors from 'colors';
|
||||
import { Extractor } from './api/Extractor.js';
|
||||
import { ApiExtractorCommandLine } from './cli/ApiExtractorCommandLine.js';
|
||||
|
||||
Reference in New Issue
Block a user