UNPKG

remark-lint-no-file-name-outer-dashes

Version:

remark-lint rule to warn when file names contain initial or final dashes

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