Skip to content

Commit

Permalink
Merge pull request stackblitz#512 from mrsimpson/fix-lint-failed-message
Browse files Browse the repository at this point in the history
Update linting-failed-message in pre-commit
  • Loading branch information
dustinwloring1988 authored Dec 2, 2024
2 parents 320575d + 90de93e commit 0d49c74
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 0d49c74

Please sign in to comment.