UNPKG

@zthun/markdownlint-config

Version:

A shared configuration for markdownlint for @zthun scoped projects.

10 lines (9 loc) 220 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