diff --git a/.prettierignore b/.prettierignore index 76b517c..1e35c35 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,7 @@ dist node_modules .github -.changeset \ No newline at end of file +.changeset + +# Ignore mdx files because Prettier doesn't support them well. +*.mdx \ No newline at end of file