UNPKG

remark-lint-heading-increment

Version:

remark-lint rule to warn when headings increment with more than 1 level at a time

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