UNPKG

remark-lint-mdx-jsx-attribute-sort

Version:

remark-lint rule to check mdx jsx attribute order

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