Skip to content

Commit 342b179

Browse files
committed
➕ commitzen + cz-gitmoji
1 parent 014800a commit 342b179

File tree

2 files changed

+384
-26
lines changed

2 files changed

+384
-26
lines changed

package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"android": "expo start --android",
88
"ios": "expo start --ios",
99
"web": "expo start --web",
10-
"eject": "expo eject"
10+
"eject": "expo eject",
11+
"commit": "cz"
1112
},
1213
"dependencies": {
1314
"expo": "~44.0.0",
@@ -26,7 +27,9 @@
2627
"@typescript-eslint/eslint-plugin": "^5.12.0",
2728
"@typescript-eslint/parser": "^5.12.0",
2829
"babel-plugin-module-resolver": "^4.1.0",
30+
"commitizen": "^4.2.4",
2931
"commitlint-config-gitmoji": "^2.2.5",
32+
"cz-gitmoji": "0.0.7",
3033
"eslint": "^8.9.0",
3134
"eslint-config-standard": "^16.0.3",
3235
"eslint-config-universe": "^10.0.0",
@@ -42,5 +45,10 @@
4245
"prettier": "2.5.1",
4346
"typescript": "~4.3.5"
4447
},
45-
"private": true
48+
"private": true,
49+
"config": {
50+
"commitizen": {
51+
"path": "./node_modules/cz-gitmoji"
52+
}
53+
}
4654
}

0 commit comments

Comments
 (0)