We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7031c0 commit 9b1f689Copy full SHA for 9b1f689
1 file changed
.husky/pre-commit
@@ -1,8 +1,8 @@
1
branch="$(git rev-parse --abbrev-ref HEAD)"
2
3
-if [ "$branch" = "main" ]; then
4
- echo "You can't commit directly to main - please check out a branch."
5
- exit 1
6
-fi
+# if [ "$branch" = "main" ]; then
+# echo "You can't commit directly to main - please check out a branch."
+# exit 1
+# fi
7
8
npx lint-staged
0 commit comments