Skip to content

Commit

Permalink
fix(devops): disable prettier with mdx
Browse files Browse the repository at this point in the history
Prettier automatically adds new line characters in mdx.
The mdx formatter used by docz currently has a bug making builds fail
that have a new line character in  JSX. More on this bug:
mdx-js/mdx#767
  • Loading branch information
RobinWijnant committed May 24, 2020
1 parent 1850fb4 commit c00dc4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.mdx

0 comments on commit c00dc4e

Please sign in to comment.