Skip to content

Commit e9feebf

Browse files
authored
chore: fix lint warning (#4089)
1 parent e489ac8 commit e9feebf

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)