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