From 97a6458895dfca230f0ef63f24108449e4d93dc0 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 14 Mar 2026 22:24:09 -0400 Subject: [PATCH] Delete .markdownlint-cli2.jsonc --- .markdownlint-cli2.jsonc | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .markdownlint-cli2.jsonc 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 - } -}