We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05459c commit 2ef7f1cCopy full SHA for 2ef7f1c
1 file changed
.bin/dotfiles-test
@@ -126,9 +126,9 @@ run_checks_here() {
126
prettier@3 >/dev/null
127
128
if (( apply_fixes == 1 )); then
129
- "$tmp_root/npm-tools/node_modules/.bin/prettier" --write -- "${tracked_md[@]}"
+ "$tmp_root/npm-tools/node_modules/.bin/prettier" --list-different --write -- "${tracked_md[@]}"
130
else
131
- "$tmp_root/npm-tools/node_modules/.bin/prettier" --check -- "${tracked_md[@]}"
+ "$tmp_root/npm-tools/node_modules/.bin/prettier" --list-different -- "${tracked_md[@]}"
132
fi
133
134
0 commit comments