website/.markdownlint.json

10 lines
194 B
JSON
Raw Permalink Normal View History

2021-03-09 18:56:02 +05:30
{
"comment": "Hyas rules",
"default": true,
"line_length": false,
"no-inline-html": false,
"no-trailing-punctuation": false,
"no-duplicate-heading": false,
"no-bare-urls": false
}