UNPKG

wang-lint-cli

Version:
4 lines (3 loc) 207 B
import markdownlint from 'markdownlint'; import type { ScanResult } from '../../types'; export declare function formatMarkdownlintResults(results: markdownlint.LintResults, quiet: boolean): ScanResult[];