Skip to content

Commit 5e88a25

Browse files
authored
BREAKING: Make Prettier the default option (#204)
* Make Prettier the default option * Revert accidental change
1 parent 9d07843 commit 5e88a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ async function main() {
305305
type: 'string',
306306
})
307307
.option('prettier', {
308-
default: false,
308+
default: true,
309309
description: `Expect the changelog to be formatted with Prettier.`,
310310
type: 'boolean',
311311
})

0 commit comments

Comments
 (0)