Skip to content

Commit c1951f1

Browse files
Update packages/plugin-eslint/src/lib/runner/index.ts
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 33af94d commit c1951f1

File tree

1 file changed

+1
-4
lines changed
  • packages/plugin-eslint/src/lib/runner

1 file changed

+1
-4
lines changed

packages/plugin-eslint/src/lib/runner/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ export function createRunnerFunction(options: {
2929
const linterOutputs = artifacts
3030
? await loadArtifacts(artifacts)
3131
: await asyncSequential(
32-
targets.map(target => ({
33-
...target,
34-
outputDir,
35-
})),
32+
targets.map(target => ({ ...target, outputDir })),
3633
lint,
3734
);
3835
const lintResults = mergeLinterOutputs(linterOutputs);

0 commit comments

Comments
 (0)