UNPKG
@zthun/janitor-markdownlint-config
Version:
latest (19.5.6)
19.5.6
19.5.4
19.5.3
19.5.2
19.5.1
19.5.0
19.4.3
19.4.2
19.4.1
19.4.0
19.3.6
19.3.5
19.3.4
19.3.3
19.3.2
19.3.1
19.3.0
19.2.6
19.2.4
19.2.2
19.2.0
19.1.5
19.1.4
19.1.3
19.1.2
19.1.1
19.1.0
19.0.0
A shared configuration for markdownlint for @zthun scoped projects.
zthun/janitor
@zthun/janitor-markdownlint-config
/
dist
/
index.js
9 lines
(7 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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