Skip to content

Commit 146132a

Browse files
committed
fix(plugin-eslint): fix lint
1 parent 486e099 commit 146132a

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { ESLint, Linter } from 'eslint';
22
import { platform } from 'node:os';
33
import path from 'node:path';
4-
import { fileURLToPath } from 'node:url';
54
import { DEFAULT_PERSIST_OUTPUT_DIR } from '@code-pushup/models';
65
import {
76
distinct,

0 commit comments

Comments
 (0)