status-desktop/devuser_guide/.markdownlint.json

10 lines
194 B
JSON
Raw Normal View History

2021-05-07 16:15:41 +00:00
{
"comment": "Hyas rules",
"default": true,
"line_length": false,
"no-inline-html": false,
"no-trailing-punctuation": false,
"no-duplicate-heading": false,
"no-bare-urls": false
}