File tree 4 files changed +542
-67
lines changed
4 files changed +542
-67
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ npx --no-install commitlint --edit " "
Original file line number Diff line number Diff line change
1
+ module . exports = { extends : [ '@commitlint/config-conventional' ] }
Original file line number Diff line number Diff line change 15
15
"ethers" : " ^5.4.4"
16
16
},
17
17
"devDependencies" : {
18
+ "@commitlint/cli" : " ^13.2.1" ,
19
+ "@commitlint/config-conventional" : " ^13.2.0" ,
18
20
"@ethersproject/contracts" : " ^5.4.1" ,
19
21
"@ethersproject/experimental" : " ^5.4.0" ,
20
22
"@ethersproject/transactions" : " ^5.4.0" ,
62
64
"hardhat-gas-reporter" : " ^1.0.4" ,
63
65
"hardhat-storage-layout" : " 0.1.6" ,
64
66
"hardhat-tracer" : " ^1.0.0-alpha.6" ,
65
- "husky" : " ^4.3.8 " ,
67
+ "husky" : " ^7.0.2 " ,
66
68
"inquirer" : " ^8.0.0" ,
67
69
"ipfs-http-client" : " 47.0.1" ,
68
70
"isomorphic-fetch" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments