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
Hi sir, greeting of the day, I have worked in few react based projects. I have basic idea of how thing work around in react. I am taking part in hacktober fest 2021 and I found this issue interesting and think i can contribute to this. According to my understanding after reading the blog you suggest above I learn that here I have to make changes in package.json file and add a husky hook with have a pre commit, pre push also i need to make changes in scripts under package.json and add a prettier and eslint. This changes are need so when any developer try to save and commit it will automatically run prettier for formatting and eslint for coding convection. If i follow correctly please assign me this issue. @Rishabh-malhotraa
I see inconsistency with formating in pull requests; to prevent this, it is better to configure a pre-commit hook to standardize formatting.
Resources
https://www.youtube.com/watch?v=oWty0Nw1ydk
https://khalilstemmler.com/blogs/tooling/enforcing-husky-precommit-hooks/
The text was updated successfully, but these errors were encountered: