We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420e76e commit 5888ef8Copy full SHA for 5888ef8
.husky/pre-commit
@@ -1,7 +1,7 @@
1
#!/usr/bin/env sh
2
. "$(dirname -- "$0")/_/husky.sh"
3
4
-if [ "$BYPASS_LINT_STAGED" != "true" ]
+if [ "$BYPASS_LINT_STAGED" = "true" ]
5
then
6
true
7
else
0 commit comments