Closed manumonti closed 2 years ago
Up to now, it was necessary to run "husky install" after running yarn install in order to get the pre-commit hooks running.
yarn install
Adding a "prepare" script with this installation in the package.json will set-up Prettier and ESLint when yarn install is run.
Up to now, it was necessary to run "husky install" after running
yarn install
in order to get the pre-commit hooks running.Adding a "prepare" script with this installation in the package.json will set-up Prettier and ESLint when yarn install is run.