Prerequisites
pre-commit configuration
pre-commit configurationpre-commit install # for all hooks
pre-commit install --hook-type commit-msg # for commitlint checksLast updated
Node >= 14.x
yarn >= 1.12.15
vercel cli >= 24.2.4
pre-commit >= 2.19.0
pre-commit configurationRun the following command from the root of the repo to setup hooks:
pre-commit install # for all hooks
pre-commit install --hook-type commit-msg # for commitlint checksLast updated