You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By integrating Husky with lint-staged, we can ensure that only code that passes ESLint checks is committed, helping to maintain consistent code quality and style across the repository.
Also, we don't have to fix eslint warning after we open a PR. Let's solve it locally, then do a PR.
🎤 Why is this feature needed ?
To ensure that all code meets the linting standards before it's committed, reducing the need for last-minute fixes and ensuring a smoother, more consistent PR process. This helps maintain high code quality throughout development
✌️ How do you aim to achieve this?
Install Husky and lint-staged
Set up Husky pre-commit hook
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
🔖 Feature description
By integrating Husky with lint-staged, we can ensure that only code that passes ESLint checks is committed, helping to maintain consistent code quality and style across the repository.
Also, we don't have to fix eslint warning after we open a PR. Let's solve it locally, then do a PR.
🎤 Why is this feature needed ?
To ensure that all code meets the linting standards before it's committed, reducing the need for last-minute fixes and ensuring a smoother, more consistent PR process. This helps maintain high code quality throughout development
✌️ How do you aim to achieve this?
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: