We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 572f566 + 9c6afe4 commit bde8ad4Copy full SHA for bde8ad4
.github/workflows/format.yml
@@ -27,4 +27,4 @@ jobs:
27
commit_message: "CI: format JSON files"
28
only_changed: true
29
# This part is also where you can pass other options, for example:
30
- prettier_options: --tab-width 4 --parser json --write **/*.json
+ prettier_options: --tab-width 4 --parser json --write "**/*.json"
0 commit comments