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 90e6236 commit 32673c0Copy full SHA for 32673c0
.husky/pre-push
@@ -21,7 +21,7 @@ if [[ -n "$raw_files_to_check" ]]; then
21
echo "*** Checking for lint violations in changed files ***************"
22
echo
23
24
- echo "$raw_files_to_check" | while IFS='\n' read -r line; do
+ echo "$raw_files_to_check" | while IFS=$'\n' read -r line; do
25
printf '%s\0' "$line"
26
done | xargs -0 yarn prettier --check --ignore-unknown || exit $?
27
fi
0 commit comments