Closed
Description
Why is this needed?
While adding markdownlint to the TypeScript repo, @am29d pointed out that two of the settings used in the config are invalid.
Specifically, the headers
one under MD013 and the allow_different_nesting
one under MD024.
Neither of these two appear in the tool rules docs which indicates that they might have been removed or they were incorrect in the first place.
Which area does this relate to?
No response
Solution
Remove the two settings from the config file.
I am available to open a PR if welcome.
Acknowledgment
- This request meets Powertools for AWS Lambda (Python) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET