notsoocool / codecache

CodeCache is a dynamic web application designed to streamline the way developers manage and access code snippets. The platform provides a comprehensive library of code snippets, allowing users to save, organize, and retrieve useful code snippets for various programming languages and use cases.
https://codecache.tech
MIT License
18 stars 54 forks source link

Add husky to the project #87

Closed Ameerjafar closed 1 month ago

Ameerjafar commented 1 month ago

Is your feature request related to a problem? Please describe. If Anyone try to commit their without the code formatting the husky will automatically format the changed code when their comes to commit their code. This would really help the maintainer to review the code.

Ameerjafar commented 1 month ago

@notsoocool can you assign this issue to me to work on.

github-actions[bot] commented 1 month ago

🎉 Welcome to CodeCache! 🎉

Thank you for opening your first issue! We're excited to have you contributing to the project.

Before you get started, please make sure to check out our contributing guidelines and coding standards to ensure that everything is aligned with the project's workflow. If you have any questions or need help along the way, don't hesitate to ask.

We appreciate your input and look forward to collaborating with you. 🚀

Happy coding!

notsoocool commented 1 month ago

Is your feature request related to a problem? Please describe. If Anyone try to commit their without the code formatting the husky will automatically format the changed code when their comes to commit their code. This would really help the maintainer to review the code.

Thanks for sharing your feature request! However, I'm having a bit of trouble understanding it. Could you please clarify what you're trying to say so I can better grasp the idea?

notsoocool commented 1 month ago

@Ameerjafar

Ameerjafar commented 1 month ago

@notsoocool the husky will do some task like format the code before the commit made.

Ameerjafar commented 1 month ago

@notsoocool i have raised the pr and i have attached the video for better understanding.