From 1cf0efe188e250b137051dabcc6e9f29ab679302 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 16 Oct 2022 23:43:34 +0630 Subject: [PATCH] chore: add markdownlint file to disable some md rules --- .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..4a9e17a --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,4 @@ +{ + "MD033": false, + "MD013": false +} \ No newline at end of file