File tree Expand file tree Collapse file tree 3 files changed +586
-36
lines changed Expand file tree Collapse file tree 3 files changed +586
-36
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ extends : [ '@commitlint/config-conventional' ] ,
3
+ } ;
Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"@babel/cli" : " 7.11.6" ,
27
27
"@babel/core" : " 7.11.6" ,
28
+ "@commitlint/cli" : " 11.0.0" ,
29
+ "@commitlint/config-conventional" : " 11.0.0" ,
28
30
"babel-eslint" : " 10.1.0" ,
29
31
"babel-preset-kyt-react" : " 1.0.5" ,
30
32
"enzyme" : " 3.11.0" ,
42
44
"eslint-plugin-prettier" : " 3.1.4" ,
43
45
"eslint-plugin-react" : " 7.20.6" ,
44
46
"eslint-plugin-react-hooks" : " 4.1.2" ,
47
+ "husky" : " 4.3.0" ,
45
48
"jest" : " 26.4.2" ,
46
49
"jsdom" : " 16.4.0" ,
47
50
"microbundle" : " 0.12.3" ,
64
67
"test-update" : " yarn test -u" ,
65
68
"compile" : " yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --jsx React.createElement" ,
66
69
"prepare" : " yarn compile"
70
+ },
71
+ "husky" : {
72
+ "hooks" : {
73
+ "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
74
+ }
67
75
}
68
76
}
You can’t perform that action at this time.
0 commit comments