From 055b2bcc2ae923729b05d7660f1c737df4e4f724 Mon Sep 17 00:00:00 2001 From: Nitzan Pomerantz <9297302+nitzpo@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:02:06 +0300 Subject: [PATCH] Add markdownlint --- .markdownlint.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..a395bcd --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,4 @@ +{ + "MD032": false, + "MD022": false +} \ No newline at end of file