File tree 3 files changed +176
-166
lines changed
3 files changed +176
-166
lines changed Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
npx lint-staged
Original file line number Diff line number Diff line change 27
27
"lint" : " npx tsc --noEmit && prettier . --check && npm run lint:eslint && npm run lint:markdown" ,
28
28
"lint:fix" : " prettier . --write && npm run lint:eslint --fix && npm run lint:markdown --fix" ,
29
29
"pre-build" : " npx tsx ./scripts/pre-build.ts" ,
30
- "prepare" : " husky install "
30
+ "prepare" : " husky"
31
31
},
32
32
"dependencies" : {
33
33
"@docusaurus/core" : " 3.6.1" ,
80
80
"gray-matter" : " ^4.0.3" ,
81
81
"gunzip-maybe" : " ^1.4.2" ,
82
82
"hast-util-from-html" : " ^2.0.1" ,
83
- "husky" : " ^8.0.0 " ,
83
+ "husky" : " ^9.1.6 " ,
84
84
"image-minimizer-webpack-plugin" : " ^4.0.2" ,
85
85
"imagemin" : " ^9.0.0" ,
86
86
"imagemin-pngquant" : " ^10.0.0" ,
87
87
"json5" : " ^2.2.2" ,
88
88
"latest-version" : " ^5.1.0" ,
89
- "lint-staged" : " ^13 .2.0 " ,
89
+ "lint-staged" : " ^15 .2.10 " ,
90
90
"markdownlint-cli2" : " ^0.13.0" ,
91
91
"mdast-util-from-markdown" : " ^2.0.1" ,
92
92
"mdast-util-frontmatter" : " ^2.0.1" ,
119
119
" eslint --fix"
120
120
]
121
121
},
122
- "husky" : {
123
- "hooks" : {
124
- "pre-commit" : " lint-staged"
125
- }
126
- },
127
122
"resolutions" : {
128
123
"http-cache-semantics" : " 4.1.1" ,
129
124
"markdownlint-cli2/micromatch" : " 4.0.8"
You can’t perform that action at this time.
0 commit comments