project-organization/.markdownlint.json

63 lines
1.2 KiB
JSON
Raw Normal View History

2024-04-01 00:12:54 +02:00
{
"default": true,
"code-block-style": {
"style": "fenced"
},
"code-fence-style": {
"style": "backtick"
},
"emphasis-style": {
"style": "asterisk"
},
"strong-style": {
"style": "asterisk"
},
"ul-style": {
"style": "dash"
},
"ul-indent": {
"indent": 2
},
"heading-style": {
"style": "atx"
},
"no-duplicate-heading": {
"siblings_only": true
},
"hr-style": {
"style": "---"
},
"ol-prefix": {
"style": "ordered"
},
"no-trailing-punctuation": {
"punctuation": ".,;:"
},
"no-inline-html": false,
"fenced-code-language": {
"allowed_languages": [
"bash",
"html",
"css",
"javascript",
"php",
"json",
"yaml",
"toml",
"markdown",
"text"
],
"language_only": true
},
"proper-names": {
"code_blocks": false,
"html_elements": false,
"names": [
"YunoHost",
"GitHub"
]
},
"line-length": false,
"no-reversed-links": false,
"no-missing-space-atx": false
}