We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c70f7e commit 9e10d45Copy full SHA for 9e10d45
.githooks/pre-commit
@@ -41,7 +41,7 @@ if command_exists terraform-docs; then
41
fi
42
43
if command_exists ./node_modules/.bin/prettier; then
44
- xargs ./node_modules/.bin/prettier --ignore-unknown --write
+ ./node_modules/.bin/prettier --ignore-unknown --write
45
46
47
# Add the modified/prettified files to staging
0 commit comments