File tree 4 files changed +5
-10
lines changed
4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
- commitlint --edit $1
4
+ yarn commitlint --edit $1
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
- lint-staged
4
+ yarn lint-staged
Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"@typescript-eslint/eslint-plugin" : " ^3.6.1" ,
27
27
"@typescript-eslint/parser" : " ^3.2.0" ,
28
+ "@commitlint/cli" : " ^8.3.5" ,
29
+ "@commitlint/config-conventional" : " ^8.3.4" ,
28
30
"cz-lerna-changelog" : " ^2.0.3" ,
29
31
"eslint" : " ^7.0.0" ,
30
32
"eslint-config-airbnb-typescript" : " ^9.0.0" ,
Original file line number Diff line number Diff line change 28
28
"@babel/plugin-transform-react-jsx" : " ^7.10.4" ,
29
29
"@babel/preset-env" : " ^7.9.5" ,
30
30
"@babel/preset-typescript" : " ^7.9.0" ,
31
- "@commitlint/cli" : " ^8.3.5" ,
32
- "@commitlint/config-conventional" : " ^8.3.4" ,
33
31
"@types/lodash-es" : " ^4.17.3" ,
34
32
"@types/mousetrap" : " ^1.6.4" ,
35
33
"@typescript-eslint/eslint-plugin" : " ^3.6.1" ,
80
78
" > 3%" ,
81
79
" last 2 versions" ,
82
80
" not ie <= 11"
83
- ],
84
- "config" : {
85
- "commitizen" : {
86
- "path" : " ./node_modules/cz-conventional-changelog"
87
- }
88
- }
81
+ ]
89
82
}
You can’t perform that action at this time.
0 commit comments