v10.0.0
10.0.0 (2021-08-19)
Bug Fixes
- update the resolveBin fn call in the commitlint script (6d457c9)
- lint-staged: run .ts files through eslint rather than prettier (be8ca5f)
Features
- add more checks for local lint-staged config files (4bd3f7d)
- create root lintstagedrc.js to easily extend config (751f363)
- create root lintstagedrc.js to easily extend config (fc605c6)
- migrate to husky v7 (863c25a)
BREAKING CHANGES
- husky config has been totally removed and
huskys v4 setup no longer works. You will need to migrate to
v7. More info: https://github.com/typicode/husky-4-to-8 & https://typicode.github.io/husky/#/?id=migrate-from-v4-to-v8
TL;DR
Run the following:
npx husky-init \
&& npm exec -- github:typicode/husky-4-to-8 --remove-v4-config
- You will need to edit
.husky/commit-msg
after running the above command. Preface commands withnpx --no-install
. - Change
-E HUSKY_GIT_PARAMS
-->--edit $1
.