Files
org/.markdownlint-cli2.jsonc
T
gandalf-the-greybeard[bot] c6a38da28f ci: add markdown linting workflow
2026-03-11 01:40:53 +00:00

7 lines
196 B
JSON

{
"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)
}
}