UNPKG

remark-lint-list-item-bullet-indent

Version:

remark-lint rule to warn when list item bullets are indented

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