chore: use markdownlint-cli2 directly for linting Markdown (#42192)

This commit is contained in:
David Sanders
2024-05-15 11:44:46 -07:00
committed by GitHub
parent 19dc276878
commit 0b62abf244
7 changed files with 116 additions and 48 deletions

View File

@@ -0,0 +1,8 @@
{
"config": {
"default": false,
"no-trailing-spaces": {
"br_spaces": 0
}
}
}