Skip to content

Integrate Husky, ESLint, and Prettier with Pre-Commit Hooks - #140

Merged
siinghd merged 8 commits into
code100x:mainfrom
tanmay4l:t1
Jun 30, 2024
Merged

Integrate Husky, ESLint, and Prettier with Pre-Commit Hooks#140
siinghd merged 8 commits into
code100x:mainfrom
tanmay4l:t1

Conversation

@tanmay4l

@tanmay4ltanmay4l commented Apr 20, 2024

Copy link
Copy Markdown
Contributor

fixed issue : #133

This pull request integrates Husky, ESLint, and Prettier into project setup to enhance code quality , Here are the key changes:

  • Husky: Configured to manage pre-commit hooks that ensure code quality checks are passed before commits are made.
  • ESLint: Set up to enforce coding standards and catch JavaScript/TypeScript issues early.
  • Prettier: Implemented to automatically format code to maintain a consistent style.
  • Pre-Commit Hooks: Added hooks to run ESLint and Prettier checks on staged files before committing, ensuring only well-formatted and error-free code is committed to the repository.

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

@tanmay4l

tanmay4l commented Apr 20, 2024

Copy link
Copy Markdown
ContributorAuthor

@hkirat ?
Screenshot 2567-04-21 at 2 58 32 AM

@tanmay4ltanmay4l changed the title Add husky, esline, prettier, pre commit hooksIntegrate Husky, ESLint, and Prettier with Pre-Commit HooksApr 20, 2024
@hkirat

Copy link
Copy Markdown
Contributor

lots of conflicts
Can u just add the lint changes . I'll do a wholesale lint on the project

@tanmay4l

Copy link
Copy Markdown
ContributorAuthor

lots of conflicts Can u just add the lint changes . I'll do a wholesale lint on the project

done

@tanmay4l

Copy link
Copy Markdown
ContributorAuthor

@siinghd have a look brother

@siinghd
siinghd merged commit 84cfdb5 into code100x:mainJun 30, 2024
@tanmay4l

Copy link
Copy Markdown
ContributorAuthor

@hkirat any bounty for this ? 😅🫢

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tanmay4l@hkirat@siinghd