Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[discussion] use `prettier` for `.md/.mdx` also #844
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Subject of the feature
As title, I'm not quite sure why we are not using
prettier
formdx
.Problem
With remark-preset-prettier we can disable all rules conflict with
prettier
.Expected behavior
Enable
prettier
everywhere.