aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/stylelint
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/wrappers/stylelint')
-rwxr-xr-x.local/bin/wrappers/stylelint2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/wrappers/stylelint b/.local/bin/wrappers/stylelint
new file mode 100755
index 0000000..d0efb27
--- /dev/null
+++ b/.local/bin/wrappers/stylelint
@@ -0,0 +1,2 @@
+#!/bin/sh -eu
+$(which stylelint --all | grep --invert-match "local/bin" | head -n 1) --config "$HOME/.config/stylelint/config.js" "$@";