aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/prettier
blob: 94fd412b5706912fbaedf402a5cb83cb983df0f5 (plain)
1
2
#!/bin/sh -eu
$(which prettier --all | grep --invert-match "local/bin" | head -n 1) --config "$HOME/.config/prettier/config.yaml" "$@";