From 8be55a7c76c75a7988a94c0e1cb0332a0c1f2a1b Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 8 May 2023 14:14:46 +0300 Subject: [PATCH] Chore(lint): markdownlint config --- .markdownlint.json | 33 +++++++++++++++++++++++++++++++++ .markdownlintignore | 5 +++++ 2 files changed, 38 insertions(+) create mode 100644 .markdownlint.json create mode 100644 .markdownlintignore diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..2e830f3 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,33 @@ +{ + "extends": "markdownlint/style/prettier", + "code-block-style": { + "style": "fenced" + }, + "code-fence-style": { + "style": "backtick" + }, + "heading-style": { + "style": "atx" + }, + "no-duplicate-heading": { + "siblings_only": true + }, + "ol-prefix": { + "style": "ordered" + }, + "proper-names": { + "code_blocks": false, + "names": [ + "Cake.Markdownlint", + "CommonMark", + "JavaScript", + "Markdown", + "markdown-it", + "markdownlint", + "Node.js" + ] + }, + "ul-style": { + "style": "dash" + } +} diff --git a/.markdownlintignore b/.markdownlintignore new file mode 100644 index 0000000..19bc3ac --- /dev/null +++ b/.markdownlintignore @@ -0,0 +1,5 @@ +config/cheat/cheatsheets/community/ +config/tmux/ +config/nvim/ +tools/ +