UNPKG

remark-lint-no-heading-indent

Version:

remark-lint rule to warn when headings are indented

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