UNPKG

@zthun/markdownlint-config

Version:

A shared configuration for markdownlint for @zthun scoped projects.

9 lines (8 loc) 228 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