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.d.ts
4 lines
(3 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
import
{
Configuration
}
from
'markdownlint'
;
declare
const
config
:
Configuration
;
export
default
config;