Skip to content

Commit 1825a65

Browse files
committed
refactor: fix lint
1 parent 638f4a3 commit 1825a65

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ESLint } from 'eslint';
22
import { glob } from 'glob';
33
import type { PluginArtifactOptions } from '@code-pushup/models';
4-
import { executeProcess, readJsonFile, ui } from '@code-pushup/utils';
4+
import { executeProcess, readJsonFile } from '@code-pushup/utils';
55
import type { LinterOutput } from './types.js';
66

77
export async function loadArtifacts(

packages/plugin-eslint/src/lib/runner/utils.unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { ESLint } from 'eslint';
22
import * as globModule from 'glob';
33
import { beforeEach, describe, expect, it, vi } from 'vitest';
4-
import { ui } from '@code-pushup/utils';
54
import * as utilsModule from '@code-pushup/utils';
65
import type { LinterOutput } from './types.js';
76
import { loadArtifacts } from './utils.js';

0 commit comments

Comments
 (0)