File tree Expand file tree Collapse file tree 5 files changed +5234
-5228
lines changed Expand file tree Collapse file tree 5 files changed +5234
-5228
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22. " $( dirname $0 ) /_/husky.sh"
33
4- yarn commitlint --edit
4+ npx --no -- commitlint --edit ${1}
Original file line number Diff line number Diff line change 11#! /bin/sh
22. " $( dirname $0 ) /_/husky.sh"
33
4- yarn lint-staged
5- yarn test
6- yarn istanbul-badges-readme
4+ pnpm lint-staged
5+ pnpm test
6+ pnpm istanbul-badges-readme
77git add README.md
Original file line number Diff line number Diff line change 2424 "@izayl/eslint-config-ts" : " 0.4.5" ,
2525 "@rollup/plugin-typescript" : " 8.5.0" ,
2626 "@types/jest" : " 29.0.3" ,
27+ "@types/node" : " ^18.7.20" ,
2728 "eslint" : " 8.24.0" ,
2829 "husky" : " 8.0.1" ,
2930 "istanbul-badges-readme" : " 1.8.2" ,
3031 "jest" : " 29.0.3" ,
3132 "lint-staged" : " 13.0.3" ,
3233 "pinst" : " 3.0.0" ,
34+ "rollup" : " ^2.79.1" ,
3335 "standard-version" : " 9.5.0" ,
3436 "ts-jest" : " 29.0.2" ,
3537 "ts-node" : " 10.9.1" ,
You can’t perform that action at this time.
0 commit comments