We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbd2d9 commit d9c56abCopy full SHA for d9c56ab
.husky/pre-commit
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname "$0")/_/husky.sh"
+#!/usr/bin/env bash
3
4
-./node_modules/.bin/lint-staged
+# Run lint-staged
+npx lint-staged
0 commit comments