UNPKG

@zthun/janitor-markdownlint-config

Version:

A shared configuration for markdownlint for @zthun scoped projects.

11 lines (8 loc) 236 B
'use strict'; const config = { // We actually want support sometimes for custom html and images in // markdown so we need to allow it. "no-inline-html": false }; module.exports = config; //# sourceMappingURL=index.cjs.map