We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde8ad4 commit 6cd7280Copy full SHA for 6cd7280
.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