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 31e02e5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
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"
}
}
]
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3087,7 +3087,7 @@
"@changesets/types" "^5.2.0"
dotenv "^8.1.0"

"@changesets/cli@^2.25.2":
"@changesets/cli@^2.24":
version "2.25.2"
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.25.2.tgz#fc5e894aa6f85c60749a035352dec3dcbd275c71"
integrity sha512-ACScBJXI3kRyMd2R8n8SzfttDHi4tmKSwVwXBazJOylQItSRSF4cGmej2E4FVf/eNfGy6THkL9GzAahU9ErZrA==
Expand Down

0 comments on commit 31e02e5

Please sign in to comment.