Skip to content

Commit

Permalink
fix: changesets writes pre.json with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Sep 18, 2023
1 parent 3a70da1 commit 2447e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
}
},
{
files: ['**/package.json', '**/README.md', 'docs/**/*.md'],
files: ['**/package.json', '**/README.md', 'docs/**/*.md', '.changeset/pre.json'],
options: {
useTabs: false,
tabWidth: 2
Expand Down

0 comments on commit 2447e8e

Please sign in to comment.