I like the markdownlint extension for Visual Studio Code, but the default settings do not work well for changelog files.
How can I configure markdownlint differently for the CHANGELOG.md file, but use the normal settings for all other markdown files?
In particular, I wish to disable the following for CHANGELOG.md files:
- MD024/no-duplicate-heading
And, stylistically, I'd like to also disable
- MD032/blanks-around-lists
- MD022/blanks-around-headings