diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc deleted file mode 100644 index 34bc2b4..0000000 --- a/.markdownlint-cli2.jsonc +++ /dev/null @@ -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 - } -}