UNPKG

remark-lint-list-item-content-indent

Version:

remark-lint rule to warn when the content of a list item has mixed indentation

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