We want to add commit hooks to Git with Husky to automate code tasks. This means that it would be nice if we could run all the necessary commands related to ESLint, Prettier, running jest tests, running Cypress tests before creating a Pull Request/commit.
Husky library - https://typicode.github.io/husky/
We want to add commit hooks to Git with Husky to automate code tasks. This means that it would be nice if we could run all the necessary commands related to ESLint, Prettier, running jest tests, running Cypress tests before creating a Pull Request/commit.
Husky library - https://typicode.github.io/husky/