Improve Markdown linting

* Move .markdownlint to the root so it applies to the main readme.
* Improve .markdownlint, enable proper names checks.
* Use markdownlint-cli2 instead of markdownlint-cli as it's more compatible with VSCode extension.
This commit is contained in:
Oleg Kalachev
2024-12-17 17:16:19 +03:00
parent 0608765347
commit d01d5b7ecb
3 changed files with 69 additions and 12 deletions

View File

@@ -1,10 +0,0 @@
{
"MD004": {
"style": "asterisk"
},
"MD010": false,
"MD013": false,
"MD024": false,
"MD033": false,
"MD045": false
}