-
-
Notifications
You must be signed in to change notification settings - Fork 4
Disagreements with Prettier #50
Copy link
Copy link
Closed
Labels
Description
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:
Unreleasedlinks- Prettier:
[unreleased]: - This tool:
[Unreleased]:
- Prettier:
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.
Reactions are currently unavailable