Skip to content

Commit 52eb977

Browse files
committed
lint
1 parent e27a654 commit 52eb977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/configCases/library/module-useless-export-requirement/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const configs = [
3838
];
3939

4040
module.exports = configs.reduce(
41-
/** @type {(result: Configuration[], config: typeof configs[number]) => Configuration[]} */ (
41+
/** @type {(result: EXPECTED_ANY, config: EXPECTED_ANY) => Configuration[]} */ (
4242
result,
4343
{ name, entry, optimization }
4444
) => {

0 commit comments

Comments
 (0)