Skip to content

Commit 4d2b6cb

Browse files
committed
refactor: fix lint
1 parent b6d19ab commit 4d2b6cb

File tree

1 file changed

+2
-1
lines changed
  • packages/plugin-js-benchmak/src/lib

1 file changed

+2
-1
lines changed

packages/plugin-js-benchmak/src/lib/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type { Audit, CategoryRef } from '@code-pushup/models';
22
import { importModule } from '@code-pushup/utils';
33
import { JS_BENCHMARK_PLUGIN_SLUG } from './constants.js';
4-
import { type SuiteConfig, toAuditSlug } from './runner/index.js';
4+
import type { SuiteConfig } from './runner/types.js';
5+
import { toAuditSlug } from './runner/utils.js';
56

67
export function toAuditTitle(suiteName: string): string {
78
return `${suiteName}`;

0 commit comments

Comments
 (0)