Update linting-failed-message in pre-commit

This commit is contained in:
Oliver Jägle 2024-12-02 20:15:21 +01:00 committed by Oliver Jägle
parent 320575de75
commit 90de93e0b9
No known key found for this signature in database
GPG Key ID: 866E2BD1777473E9

View File

@ -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