Fixes linting issues

This commit is contained in:
Henning Dieterichs
2026-04-09 13:01:59 +02:00
committed by Henning Dieterichs
parent c7fd971659
commit 2e78f78fe2

View File

@@ -2,13 +2,12 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import type { Configuration } from '@rspack/core';
import { HtmlRspackPlugin, rspack } from '@rspack/core';
import { type Configuration, HtmlRspackPlugin, rspack } from '@rspack/core';
import { ComponentExplorerPlugin } from '@vscode/component-explorer-webpack-plugin';
import path from 'path';
import { fileURLToPath } from 'url';
import fs from 'fs';
import net from 'net';
import path from 'path';
import { fileURLToPath } from 'url';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const repoRoot = path.resolve(__dirname, '../..');