From f20bcf1ca1f433c7257eb492ecf059c64112c0c2 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Sat, 22 Dec 2018 16:44:50 +0300 Subject: [PATCH] Add config to markdownl linter to allow sibling rule --- .markdownlint.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 00000000..40ee0632 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "MD024": { "siblings_only": true } +} \ No newline at end of file