chore(ci): ignore .github/pull_request_template.md with markdown linter

This commit is contained in:
Quentin McGaw
2025-10-19 23:23:41 +00:00
parent 3ef1cfd97c
commit 36fe349b70
2 changed files with 9 additions and 3 deletions

9
.markdownlint-cli2.jsonc Normal file
View File

@@ -0,0 +1,9 @@
{
"config": {
"default": true,
"MD013": false,
},
"ignores": [
".github/pull_request_template.md"
]
}

View File

@@ -1,3 +0,0 @@
{
"MD013": false
}