Skip to content

Commit

Permalink
feat: support mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 4, 2022
1 parent 13d9c80 commit 8af55b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,12 @@ module.exports = {
proseWrap: "preserve",
},
},
{
files: "{*.mdx}",
options: {
parser: "mdx",
proseWrap: "preserve",
},
},
],
}

0 comments on commit 8af55b5

Please sign in to comment.