-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding pre-commit hooks #93
Comments
@AvdhutPailwan you can start your work after merging this #69 PR |
@AvdhutPailwan go ahead |
@MAVRICK-1 should I do the changes by forking main branch or dev branch? |
I'll fork the main branch and will work on it. If you suggest i'll make the necessary changes accordingly |
@AvdhutPailwan make the changes in dev branch |
okay |
@MAVRICK-1 I am done please check when you get time and merge the changes |
In the project there is no linting like prettier or eslint which can make the code styling inconsistent which causes difficulty for maintainance of the project. I would like add linting as well pre-commit hooks to the which will force the consistent styling to the project before every commit.
@MAVRICK-1 Please assign this issue to me under gssoc 2024
The text was updated successfully, but these errors were encountered: