From bcadf2404fd7954bb7f51b1d6a98e3f02352b086 Mon Sep 17 00:00:00 2001 From: techfg Date: Thu, 21 Mar 2024 22:02:42 -0700 Subject: [PATCH] chore: remove markdownlint config - no longer needed --- .markdownlint-cli2.jsonc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .markdownlint-cli2.jsonc diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc deleted file mode 100644 index 1f08b33..0000000 --- a/.markdownlint-cli2.jsonc +++ /dev/null @@ -1,14 +0,0 @@ -{ - "config": { - "default": true, - "line-length": false - }, - "ignores": [ - "tests/redist/**", - "examples/redist/**", - "build/**", - "dist/**", - "node_modules/**", - ".git/**" - ] -}