Delete .markdownlint-cli2.jsonc

This commit is contained in:
2026-03-14 22:24:09 -04:00
committed by GitHub
parent 9c25c50c93
commit 97a6458895
-7
View File
@@ -1,7 +0,0 @@
{
"config": {
"MD013": false, // Disable line length rule as it's often too restrictive for docs
"MD041": false, // Disable first-line heading rule (frontmatter often comes first)
"MD025": false // Allow frontmatter title and H1
}
}