From d46a69b87618f290274de1f124d32e458b407f7e Mon Sep 17 00:00:00 2001 From: andrea manzi Date: Tue, 4 Jun 2024 15:22:10 +0000 Subject: [PATCH] add .markdownlint.json file --- .github/linters/.markdownlint.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/linters/.markdownlint.json diff --git a/.github/linters/.markdownlint.json b/.github/linters/.markdownlint.json new file mode 100644 index 0000000..de7f46b --- /dev/null +++ b/.github/linters/.markdownlint.json @@ -0,0 +1,12 @@ +{ + "MD013": { + "line_length": 120, + "code_blocks": false, + "tables": false + }, + "MD014": false, + "MD024": false, + "MD026": { + "punctuation": ".,:;!" + } +}