Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mdformat instead of prettier #94

Merged
merged 2 commits into from
May 2, 2023
Merged

Conversation

godlygeek
Copy link
Contributor

The only thing we've used prettier for is formatting Markdown for us.
But, prettier is implemented in Node, which isn't a tool chain and
ecosystem that we're terribly familiar with.

Instead, we can use the Python package mdformat to perform this
formatting for us.

The only thing we've used `prettier` for is formatting Markdown for us.
But, `prettier` is implemented in Node, which isn't a tool chain and
ecosystem that we're terribly familiar with.

Instead, we can use the Python package `mdformat` to perform this
formatting for us.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek marked this pull request as ready for review May 2, 2023 17:02
@godlygeek godlygeek merged commit 4727e7e into bloomberg:main May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants