Closed
Description
We recently updated markdownlint-cli2
on The Hub and noticed we started receiving increased errors related to headings. I dove into why and noticed that markdownlint-cli2 has removed the rule aliases that use the word "header" in favour of "heading".
As per the commit message, "header" aliases were deprecated in v0.9.0
. I checked your package.json and saw you're depending in v0.13.0
but still have rules with the "header" alias.
These rules should be updated to use "heading" instead of "header".
Metadata
Metadata
Assignees
Labels
No labels