Merge pull request #512 from mrsimpson/fix-lint-failed-message
Browse files- .husky/pre-commit +1 -1
.husky/pre-commit
CHANGED
@@ -9,7 +9,7 @@ if ! pnpm typecheck; then
|
|
9 |
fi
|
10 |
|
11 |
if ! pnpm lint; then
|
12 |
-
echo "❌ Linting failed! 'pnpm lint:
|
13 |
echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
|
14 |
exit 1
|
15 |
fi
|
|
|
9 |
fi
|
10 |
|
11 |
if ! pnpm lint; then
|
12 |
+
echo "❌ Linting failed! 'pnpm lint:fix' will help you fix the easy ones."
|
13 |
echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
|
14 |
exit 1
|
15 |
fi
|