-
Notifications
You must be signed in to change notification settings - Fork 0
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
[RSN-53] Add pre-commit hook to run fmt and lint #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about Interest, Role and Status DTO? They were removed earlier from what I see
I had missed it when rebasing and unnecessary added them, they are now removed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Add pre-commit hook to format and lint code on each format - used for this
husky
. Getting the hook to properly requires installingyarn
and executing following commands:After exceuting these commands, the hooks should be installed correctly, and on each commit, the appropriate actions will be performed.
Related issue and/or ticket
RSN-53