Skip to content

Commit 617b162

Browse files
committed
chore: fix lint warning
1 parent e489ac8 commit 617b162

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/normalize-options.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ describe("normalize options", () => {
570570
webpackConfig = require("./fixtures/multi-compiler-one-configuration/webpack.config");
571571

572572
if (Array.isArray(item.webpackConfig)) {
573-
// eslint-disable-next-line no-shadow
574573
webpackConfig = item.webpackConfig.map((config, index) => {
575574
return { ...webpackConfig[index], ...config };
576575
});

0 commit comments

Comments
 (0)