mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 22:01:30 +01:00
58 lines
974 B
JSON
58 lines
974 B
JSON
{
|
|
"code-block-style": {
|
|
"style": "fenced"
|
|
},
|
|
"code-fence-style": {
|
|
"style": "backtick"
|
|
},
|
|
"emphasis-style": {
|
|
"style": "asterisk"
|
|
},
|
|
"fenced-code-language": {
|
|
"allowed_languages": [
|
|
"yaml"
|
|
],
|
|
"language_only": true
|
|
},
|
|
"heading-style": {
|
|
"style": "atx"
|
|
},
|
|
"hr-style": {
|
|
"style": "---"
|
|
},
|
|
"line-length": {
|
|
"strict": true,
|
|
"code_blocks": false
|
|
},
|
|
"link-image-style": {
|
|
"autolink": false,
|
|
"inline": false,
|
|
"collapsed": false,
|
|
"shortcut": false
|
|
},
|
|
"no-duplicate-heading": {
|
|
"siblings_only": true
|
|
},
|
|
"ol-prefix": {
|
|
"style": "ordered"
|
|
},
|
|
"proper-names": {
|
|
"code_blocks": false,
|
|
"names": [
|
|
"CommonMark",
|
|
"JavaScript",
|
|
"Markdown",
|
|
"markdownlint",
|
|
"markdownlint-cli2"
|
|
]
|
|
},
|
|
"strong-style": {
|
|
"style": "asterisk"
|
|
},
|
|
"table-pipe-style": {
|
|
"style": "leading_and_trailing"
|
|
},
|
|
"ul-style": {
|
|
"style": "dash"
|
|
}
|
|
}
|