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