refactor(markdown_lint): move md linting to lint folder

!25
This commit is contained in:
2023-05-22 11:37:30 +09:30
parent 55061ad5ef
commit bce7396d8b
7 changed files with 29 additions and 28 deletions

View File

@ -0,0 +1,5 @@
{
"outputFormatters": [
[ "markdownlint-cli2-formatter-junit", { "name": "markdown.junit.xml" } ]
]
}