mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
34 lines
557 B
JSON
34 lines
557 B
JSON
{
|
|
"extends": "markdownlint/style/prettier",
|
|
"code-block-style": {
|
|
"style": "fenced"
|
|
},
|
|
"code-fence-style": {
|
|
"style": "backtick"
|
|
},
|
|
"heading-style": {
|
|
"style": "atx"
|
|
},
|
|
"no-duplicate-heading": {
|
|
"siblings_only": true
|
|
},
|
|
"ol-prefix": {
|
|
"style": "ordered"
|
|
},
|
|
"proper-names": {
|
|
"code_blocks": false,
|
|
"names": [
|
|
"Cake.Markdownlint",
|
|
"CommonMark",
|
|
"JavaScript",
|
|
"Markdown",
|
|
"markdown-it",
|
|
"markdownlint",
|
|
"Node.js"
|
|
]
|
|
},
|
|
"ul-style": {
|
|
"style": "dash"
|
|
}
|
|
}
|