Add git hooks to lint files and check that test coverage is still at 100%
lucianoratamero opened this issue · 0 comments
lucianoratamero commented
I'd probably use something like husky.
The main idea is that we need to preserve our code style and test coverage at all costs.
Having a pre-commit hook to run the tests and a pre-push hook to lint the files would be ideal. :)