From 0ac76f5bf936ff7367cccf6adb836953415c158d Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 12 Apr 2024 20:16:34 +0200 Subject: [PATCH] chore(repo-management): improve configuration for markdownlint-cli --- .markdownlint.yaml | 2 +- .markdownlintignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .markdownlintignore diff --git a/.markdownlint.yaml b/.markdownlint.yaml index f2c2b3b..c6d681c 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,5 +1,5 @@ --- -# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml +# See https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml for more information. default: true diff --git a/.markdownlintignore b/.markdownlintignore new file mode 100644 index 0000000..eff4063 --- /dev/null +++ b/.markdownlintignore @@ -0,0 +1,2 @@ +node_modules/ +TODO.md