UNPKG

remark-lint-no-file-name-consecutive-dashes

Version:

remark-lint rule to warn when file names contain consecutive dashes

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