UNPKG

remark-lint

Version:

remark plugin to lint Markdown code style

11 lines 394 B
/** * The core plugin for `remark-lint`. * * This adds support for ignoring stuff from messages (`<!--lint ignore-->`). * All rules are in their own packages and presets. * * @this {Processor} */ export default function remarkLint(this: Processor<undefined, undefined, undefined, undefined, undefined>): void; import type { Processor } from 'unified'; //# sourceMappingURL=index.d.ts.map