Is your feature request related to a problem? Please describe.
Whenever any new changes are made to the ReactPlay repository, we need to manually run the yarn lint to check for any lint errors and fix them accordingly. Failing to ensure this would cause failure in the overall project build.
Describe the solution you'd like.
We need to implement a pre-commit logic that would test for lint issues when a user is adding a new commit to this repository.
Describe alternatives you've considered.
One possible solution could be using husky
Screenshot / Screenshare
No response
Additional context
No response
Code of Conduct
Is your feature request related to a problem? Please describe.
Whenever any new changes are made to the ReactPlay repository, we need to manually run the
yarn lintto check for any lint errors and fix them accordingly. Failing to ensure this would cause failure in the overall project build.Describe the solution you'd like.
We need to implement a pre-commit logic that would test for lint issues when a user is adding a new commit to this repository.
Describe alternatives you've considered.
One possible solution could be using
huskyScreenshot / Screenshare
No response
Additional context
No response
Code of Conduct