mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
52 lines
840 B
JSON
52 lines
840 B
JSON
{
|
|
"code-block-style": {
|
|
"style": "fenced"
|
|
},
|
|
"code-fence-style": {
|
|
"style": "backtick"
|
|
},
|
|
"emphasis-style": {
|
|
"style": "asterisk"
|
|
},
|
|
"fenced-code-language": {
|
|
"allowed_languages": [
|
|
"javascript",
|
|
"json",
|
|
"markdown"
|
|
],
|
|
"language_only": true
|
|
},
|
|
"heading-style": {
|
|
"style": "atx"
|
|
},
|
|
"hr-style": {
|
|
"style": "---"
|
|
},
|
|
"line-length": {
|
|
"strict": true
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"strong-style": {
|
|
"style": "asterisk"
|
|
},
|
|
"ul-style": {
|
|
"style": "dash"
|
|
}
|
|
}
|