From 90de93e0b987a18f30734e4ab33a16bdef86b08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20J=C3=A4gle?= Date: Mon, 2 Dec 2024 20:15:21 +0100 Subject: [PATCH] Update linting-failed-message in pre-commit --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 966a4ad..12d3b19 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -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