We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b6bcf commit b85199bCopy full SHA for b85199b
packages/plugin-eslint/src/lib/runner/lint.ts
@@ -13,7 +13,7 @@ import type { ESLintTarget } from '../config.js';
13
import { setupESLint } from '../setup.js';
14
import type { LinterOutput, RuleOptionsPerFile } from './types.js';
15
16
-import LintResult = ESLint.LintResult;
+type LintResult = ESLint.LintResult;
17
18
export async function lint({
19
eslintrc,
0 commit comments