Skip to content

Commit 15ce9ee

Browse files
committed
Temporary workaround for prettier/prettier#15742
1 parent b5f006b commit 15ce9ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ repos:
2525
rev: 1bedde25f5cae9b6e8799b161ccc3ab401f421bd # frozen: v4.0.0-alpha.3
2626
hooks:
2727
- id: prettier
28+
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
2829
files: \.(html|md|toml|yml|yaml)
2930
args: [--prose-wrap=preserve]
3031

0 commit comments

Comments
 (0)