Skip to content

Commit cd17a09

Browse files
committed
refactor: wip
1 parent ee4b7bf commit cd17a09

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • packages/plugin-knip/src/lib/runner

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import path from 'node:path';
2-
import type {
3-
AuditOutputs,
4-
RunnerConfig,
5-
RunnerFunction,
6-
} from '@code-pushup/models';
2+
import type { AuditOutputs, RunnerFunction } from '@code-pushup/models';
73
import { executeProcess, readJsonFile } from '@code-pushup/utils';
84
import {
95
KNIP_PLUGIN_SLUG,

0 commit comments

Comments
 (0)