Skip to content

Commit

Permalink
BREAKING: Make Prettier the default option (#204)
Browse files Browse the repository at this point in the history
* Make Prettier the default option

* Revert accidental change
  • Loading branch information
Mrtenz authored Sep 23, 2024
1 parent 9d07843 commit 5e88a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ async function main() {
type: 'string',
})
.option('prettier', {
default: false,
default: true,
description: `Expect the changelog to be formatted with Prettier.`,
type: 'boolean',
})
Expand Down

0 comments on commit 5e88a25

Please sign in to comment.