UNPKG

wang-lint-cli

Version:
4 lines (3 loc) 204 B
import { ESLint } from 'eslint'; import type { ScanResult } from '../../types'; export declare function formatESLintResults(results: ESLint.LintResult[], quiet: boolean, eslint: ESLint): ScanResult[];