Skip to content

Commit 79e541a

Browse files
committed
fix: fix lint issue
1 parent cd3ee27 commit 79e541a

File tree

1 file changed

+7
-8
lines changed
  • packages/plugin-eslint/src/lib/runner

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import { writeFile } from 'node:fs/promises';
22
import path from 'node:path';
3-
import {
4-
type Audit,
5-
type AuditOutput,
6-
type AuditOutputs,
7-
DEFAULT_PERSIST_OUTPUT_DIR,
8-
type PluginArtifactOptions,
9-
type RunnerConfig,
10-
type RunnerFilesPaths,
3+
import type {
4+
Audit,
5+
AuditOutput,
6+
AuditOutputs,
7+
PluginArtifactOptions,
8+
RunnerConfig,
9+
RunnerFilesPaths,
1110
} from '@code-pushup/models';
1211
import {
1312
asyncSequential,

0 commit comments

Comments
 (0)