You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A pre-commit hook should be integrated into the project which will automatically lint and format the code when committing to prevent push bad code into the codebase.
Describe the solution you'd like
One can use husky, pre-commit, or any other package for the purpose. Using the git hooks can also be considered.
If there is any other solution which can be done, feel free to go.
Is your feature request related to a problem? Please describe.
A pre-commit hook should be integrated into the project which will automatically lint and format the code when committing to prevent push bad code into the codebase.
Describe the solution you'd like
One can use husky, pre-commit, or any other package for the purpose. Using the git hooks can also be considered.
If there is any other solution which can be done, feel free to go.
Additional context
To be tackled after #220 and #223
The text was updated successfully, but these errors were encountered: