We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f006b commit 15ce9eeCopy full SHA for 15ce9ee
.pre-commit-config.yaml
@@ -25,6 +25,7 @@ repos:
25
rev: 1bedde25f5cae9b6e8799b161ccc3ab401f421bd # frozen: v4.0.0-alpha.3
26
hooks:
27
- id: prettier
28
+ entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
29
files: \.(html|md|toml|yml|yaml)
30
args: [--prose-wrap=preserve]
31
0 commit comments