diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml new file mode 100644 index 0000000..dc4ae28 --- /dev/null +++ b/.markdownlint-cli2.yaml @@ -0,0 +1,11 @@ +globs: + - "**/*.md" +ignores: + - "node_modules/**" + - ".github/**" +config: + # Organisation-wide baseline: CHANGELOG files in Keep a Changelog format + # repeat `Added` and `Fixed` under every version. `siblings_only` allows + # that while still catching genuine duplicates inside one section. + MD024: + siblings_only: true