UNPKG
@zthun/markdownlint-config
Version:
latest (18.1.0)
18.1.0
18.0.6
18.0.4
18.0.1
18.0.0
17.1.0
17.0.7
17.0.6
17.0.3
17.0.0
16.1.1
16.0.0
15.1.1
15.1.0
15.0.0
14.4.0
14.3.1
14.2.0
14.1.0
14.0.0
13.0.1
13.0.0
12.0.0
11.2.0
11.0.0
10.1.0
10.0.0
A shared configuration for markdownlint for @zthun scoped projects.
zthun/janitor
@zthun/markdownlint-config
/
dist
/
index.js
10 lines
(9 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
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