Is your feature request related to a problem? Please describe.
It will be nice to have standardized rules for coding.
Describe the solution you'd like
We can configure ESLint and Prettier in our project. Then if we set it up with Husky pre-push hook, the code will already be formatted and prettified before git push command is executed.
Describe alternatives you've considered
- Ignoring code formatting.
- Manually reading/reviewing every code for better formating.
Additional context
I am happy to work on this issue.