Skip to content

Commit 3799b74

Browse files
authored
chore: replace gitmoji with conventional commits (#138)
* chore: replace gitmoji with conventional commits * fix: make @commitlint/config-conventional a dev dependency
1 parent f26d424 commit 3799b74

File tree

3 files changed

+53
-1009
lines changed

3 files changed

+53
-1009
lines changed

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ["gitmoji"],
2+
extends: ["@commitlint/config-conventional"],
33
};

0 commit comments

Comments
 (0)