Skip to content

Commit

Permalink
fix: ignore .changesets/pre.json to prevent format check fails on mai…
Browse files Browse the repository at this point in the history
…n after release merge
  • Loading branch information
dominikg committed Sep 16, 2023
1 parent 415c907 commit 106ee52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ module.exports = {
'.github/renovate.json5',
'**/types/index.d.ts',
'**/types/index.d.ts.map',
'**/pnpm-lock.yaml'
'**/pnpm-lock.yaml',
'.changeset/pre.json'
],
options: {
requirePragma: true
rangeEnd: 0
}
},
{
Expand Down

0 comments on commit 106ee52

Please sign in to comment.