UNPKG

remark-lint-no-table-indentation

Version:

remark-lint rule to warn when tables are indented

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