Skip to content

Commit b85199b

Browse files
committed
fix(plugin-eslint): fix build
1 parent 74b6bcf commit b85199b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type { ESLintTarget } from '../config.js';
1313
import { setupESLint } from '../setup.js';
1414
import type { LinterOutput, RuleOptionsPerFile } from './types.js';
1515

16-
import LintResult = ESLint.LintResult;
16+
type LintResult = ESLint.LintResult;
1717

1818
export async function lint({
1919
eslintrc,

0 commit comments

Comments
 (0)