UNPKG

wang-lint-cli

Version:
8 lines (7 loc) 291 B
import markdownLint from 'markdownlint'; import type { ScanOptions, PKG, Config } from '../../types'; type LintOptions = markdownLint.Options & { fix?: boolean; }; export declare function getMarkdownlintConfig(opts: ScanOptions, pkg: PKG, config: Config): LintOptions; export {};