wzarek / Reasn

find your reasn to meet
3 stars 0 forks source link

[RSN-53] Add pre-commit hook to run fmt and lint #44

Closed raczu closed 4 months ago

raczu commented 4 months ago

Description

Add pre-commit hook to format and lint code on each format - used for this husky. Getting the hook to properly requires installing yarn and executing following commands:

cd Client/reasn-client
yarn install && yarn postinstall

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

raczu commented 4 months ago

@wzarek

raczu commented 4 months ago

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.