Skip to content

Commit ad0f1f9

Browse files
committed
chore: add husky githooks support
1 parent 7835171 commit ad0f1f9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"eslint-plugin-react": "^7.28.0",
2929
"eslint-plugin-react-hooks": "^4.3.0",
3030
"eslint-plugin-vue": "^9.1.1",
31+
"husky": "^8.0.1",
3132
"lerna": "^5.1.4",
3233
"nx": "^14.3.6",
3334
"open-cli": "^7.0.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3410,6 +3410,11 @@ humanize-ms@^1.2.1:
34103410
dependencies:
34113411
ms "^2.0.0"
34123412

3413+
husky@^8.0.1:
3414+
version "8.0.1"
3415+
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9"
3416+
integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==
3417+
34133418
[email protected], iconv-lite@^0.4.24:
34143419
version "0.4.24"
34153420
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"

0 commit comments

Comments
 (0)