UNPKG

@nozomiishii/markdownlint-cli2-config

Version:
40 lines 980 B
//#region src/index.d.ts /** * markdownlint * {@link https://github.com/DavidAnson/markdownlint} */ declare const _default: { /** * Rules * {@link https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md} */ config: { /** * MD004 - Unordered list style * {@link https://github.com/DavidAnson/markdownlint/blob/main/doc/md004.md} */ MD004: { style: string; }; /** * MD013 - Line length * {@link https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md} */ MD013: boolean; /** * MD024 - Multiple headings with the same content * {@link https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md} */ MD024: { siblings_only: boolean; }; /** * MD033 - Inline HTML * {@link https://github.com/DavidAnson/markdownlint/blob/main/doc/md033.md} */ MD033: boolean; }; ignores: string[]; }; //#endregion export { _default as default };