Skip to content

Commit 98882d8

Browse files
committed
Prettier needs a plugin to handle TOML
1 parent 15ce9ee commit 98882d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: prettier
2828
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
29-
files: \.(html|md|toml|yml|yaml)
29+
files: \.(html|md|yml|yaml)
3030
args: [--prose-wrap=preserve]
3131

3232
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)