UNPKG

remark-lint-checkbox-content-indent

Version:

remark-lint rule to warn when too much whitespace follows list item checkboxes

4 lines 216 B
export default remarkLintCheckboxContentIndent; declare const remarkLintCheckboxContentIndent: import("unified-lint-rule").Plugin<Root, unknown>; import type { Root } from 'mdast'; //# sourceMappingURL=index.d.ts.map