Skip to content

Commit

Permalink
fix: adjust husky pre commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Apr 28, 2024
1 parent c1a57b5 commit 0215bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ echo '🏗️👷 Styling your project before committing'
# Check ESLint Standards
yarn lint ||
(
echo '🙈👷🔨❌ Yoo Marco, your code looks disgusting. Check linter 🙈👷🔨❌
echo '🙈👷🔨❌ Yoo, your code looks disgusting. Check the linter 🙈👷🔨❌
Run yarn lint, add changes and try commit again.';
false;
)

git add .

echo '🎉🎉🎉🎉 Yeayy, there is no error in your code... I am committing this now. ✨🚀🏄‍♂️🍻'
echo '🎉🎉🎉🎉 Yayy, there is no error in your code... I am committing this now. ✨🚀🏄‍♂️🍻'

0 comments on commit 0215bf1

Please sign in to comment.