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 f5f7798 commit 034abc7Copy full SHA for 034abc7
.pre-commit-config.yaml
@@ -36,8 +36,9 @@ repos:
36
- id: dockerfilelint
37
38
- repo: https://github.com/pre-commit/mirrors-prettier
39
- rev: v3.0.3
+ rev: v3.1.0
40
hooks:
41
- id: prettier
42
+ files: \.(json|yml|yaml|toml)
43
# https://prettier.io/docs/en/options.html#print-width
44
args: ["--print-width=120"]
.prettierignore
0 commit comments