Skip to content

Commit

Permalink
precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gokuljs committed Dec 2, 2023
1 parent 203a252 commit 59d5448
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

set -e # Exit on any error

echo "Running ESLint..."
echo "Running ESLint for linting..."
npm run lint

echo "Running ESLint for fixing issues..."
npm run lint-fix

echo "Formatting code..."
Expand All @@ -12,4 +15,4 @@ npm run format
echo "Checking formatting..."
npm run format:check

echo "Pre-commit checks passed."
echo "Pre-commit checks passed."

0 comments on commit 59d5448

Please sign in to comment.