Created by: DavideViolante
- Upgrade to latest husky version (used
npx husky-init && npm i
) - Add 2 hooks:
pre-commit
(linting and prettier) andcommit-msg
as before
Created by: DavideViolante
npx husky-init && npm i
)pre-commit
(linting and prettier) and commit-msg
as before