@alauda/doom
Version:
Doctor Doom making docs.
29 lines (28 loc) • 1.04 kB
JavaScript
import remarkMessageControl from 'remark-message-control';
export * from "./check-dead-links.js";
export * from "./file-naming.js";
export * from "./heading-anchor-format.js";
export * from "./list-item-punctuation.js";
export * from "./list-item-size.js";
export * from "./list-table-introduction.js";
export * from "./maximum-link-content-length.js";
export * from "./no-deep-heading.js";
export * from "./no-deep-list.js";
export * from "./no-empty-table-cell.js";
export * from "./no-heading-punctuation.js";
export * from "./no-heading-special-characters.js";
export * from "./no-heading-sup-sub.js";
export * from "./no-multi-open-api-paths.js";
export * from "./no-paragraph-indent.js";
export * from "./no-unmatched-anchor.js";
export * from "./site.js";
export * from "./table-size.js";
export * from "./title-required.js";
export * from "./unit-case.js";
const doomLint = function () {
this.use(() => remarkMessageControl({
name: 'lint',
source: ['doom-lint', 'remark-lint'],
}));
};
export default doomLint;