chore: deps

This commit is contained in:
iCrawl
2024-02-06 01:53:30 +01:00
parent 3755e66d41
commit ae57d7facb
47 changed files with 4634 additions and 3664 deletions

View File

@@ -45,7 +45,7 @@ export class ApiExtractorCommandLine extends CommandLineParser {
console.error(os.EOL + colors.red('ERROR: ' + error.message.trim()));
}
// eslint-disable-next-line no-restricted-globals, n/prefer-global/process
// eslint-disable-next-line no-restricted-globals
process.exitCode = 1;
}
}

View File

@@ -1,4 +1,3 @@
/* eslint-disable n/prefer-global/process */
/* 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.