File tree 2 files changed +384
-26
lines changed
2 files changed +384
-26
lines changed Original file line number Diff line number Diff line change 7
7
"android" : " expo start --android" ,
8
8
"ios" : " expo start --ios" ,
9
9
"web" : " expo start --web" ,
10
- "eject" : " expo eject"
10
+ "eject" : " expo eject" ,
11
+ "commit" : " cz"
11
12
},
12
13
"dependencies" : {
13
14
"expo" : " ~44.0.0" ,
26
27
"@typescript-eslint/eslint-plugin" : " ^5.12.0" ,
27
28
"@typescript-eslint/parser" : " ^5.12.0" ,
28
29
"babel-plugin-module-resolver" : " ^4.1.0" ,
30
+ "commitizen" : " ^4.2.4" ,
29
31
"commitlint-config-gitmoji" : " ^2.2.5" ,
32
+ "cz-gitmoji" : " 0.0.7" ,
30
33
"eslint" : " ^8.9.0" ,
31
34
"eslint-config-standard" : " ^16.0.3" ,
32
35
"eslint-config-universe" : " ^10.0.0" ,
42
45
"prettier" : " 2.5.1" ,
43
46
"typescript" : " ~4.3.5"
44
47
},
45
- "private" : true
48
+ "private" : true ,
49
+ "config" : {
50
+ "commitizen" : {
51
+ "path" : " ./node_modules/cz-gitmoji"
52
+ }
53
+ }
46
54
}
You can’t perform that action at this time.
0 commit comments