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