MetaMask / auto-changelog

Utilities for validating and updating "Keep a Changelog" formatted changelogs
Apache License 2.0
5 stars 10 forks source link

Disagreements with Prettier #50

Open rekmarks opened 3 years ago

rekmarks commented 3 years ago

We've started to lint our Markdown files with Prettier, and Prettier overwrites some of the changes applied by this tool. So far, I've confirmed:

Related: In #39 I had a malformed Unrelreased URL. I also though the lowercasing of the first letter was an error, but that was actually due to me running yarn lint:fix, which ran prettier on my Markdown files.

Gudahtt commented 3 years ago

Looks like this is a Prettier bug: https://github.com/prettier/prettier/issues/3835

mcmire commented 2 months ago

Is this an issue anymore?