UNPKG

@zthun/janitor-markdownlint-config

Version:

A shared configuration for markdownlint for @zthun scoped projects.

9 lines (7 loc) 225 B
const config = { // We actually want support sometimes for custom html and images in // markdown so we need to allow it. "no-inline-html": false }; export { config as default }; //# sourceMappingURL=index.js.map