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