Skip to content

Commit

Permalink
fix changelog formatting issue hopefully
Browse files Browse the repository at this point in the history
Hoping this fix will help us changesets/changesets#774
  • Loading branch information
acao committed Dec 7, 2022
1 parent 8a56a02 commit 609305a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,20 @@
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "avoid",
"proseWrap": "always"
"proseWrap": "never",
"overrides": [
{
"files": ["*.md", "*.mdx"],
"options": {
"printWidth": 80,
"proseWrap": "always"
}
},
{
"files": ["**/.changeset/*.md"],
"options": {
"proseWrap": "never"
}
}
]
}

0 comments on commit 609305a

Please sign in to comment.