From a1929a10748c812114a98f71d01db3f1bddc258f Mon Sep 17 00:00:00 2001 From: teapot1de <121592812+ywh555hhh@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:06:05 +0800 Subject: [PATCH] feat: Add markdownlint configuration file and adjust rules to align with project requirements --- .markdownlint.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..9ab94c3 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "MD046": false, + "MD013": false, + "default": true + } \ No newline at end of file