We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4b7bf commit cd17a09Copy full SHA for cd17a09
1 file changed
packages/plugin-knip/src/lib/runner/index.ts
@@ -1,9 +1,5 @@
1
import path from 'node:path';
2
-import type {
3
- AuditOutputs,
4
- RunnerConfig,
5
- RunnerFunction,
6
-} from '@code-pushup/models';
+import type { AuditOutputs, RunnerFunction } from '@code-pushup/models';
7
import { executeProcess, readJsonFile } from '@code-pushup/utils';
8
import {
9
KNIP_PLUGIN_SLUG,
0 commit comments