Skip to content

Commit

Permalink
Update linting-failed-message in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson committed Dec 2, 2024
1 parent 320575d commit 90de93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! pnpm typecheck; then
fi

if ! pnpm lint; then
echo "❌ Linting failed! 'pnpm lint:check' will help you fix the easy ones."
echo "❌ Linting failed! 'pnpm lint:fix' will help you fix the easy ones."
echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
exit 1
fi
Expand Down

0 comments on commit 90de93e

Please sign in to comment.