File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
41yarn lint-staged
Original file line number Diff line number Diff line change 2424 "docs:build" : " echo \" Run this from the docs folder instead\" && exit 1" ,
2525 "format" : " prettier --write ." ,
2626 "format:check" : " prettier --check ." ,
27- "prepare" : " husky install " ,
27+ "prepare" : " husky" ,
2828 "lint" : " yarn lint:deps && yarn lint:versions && yarn lint:marketplace && yarn lint:code" ,
2929 "lint:ci" : " yarn lint:deps --verbose && yarn lint:versions && yarn lint:marketplace && yarn lint:code --verbose" ,
3030 "lint:code" : " lage lint" ,
5353 "depcheck" : " ^1.4.7" ,
5454 "eslint" : " ^9.0.0" ,
5555 "eslint-config-prettier" : " ^10.1.8" ,
56- "husky" : " ^8 .0.0" ,
56+ "husky" : " ^9 .0.0" ,
5757 "jest" : " ^29.0.0" ,
5858 "lage" : " ^2.15.0" ,
59- "lint-staged" : " ^12 .0.0" ,
59+ "lint-staged" : " ^16 .0.0" ,
6060 "prettier" : " ~2.8.4" ,
6161 "syncpack" : " ^9.0.0" ,
6262 "ts-jest" : " 29.2.6" ,
You can’t perform that action at this time.
0 commit comments