Skip to content

Commit

Permalink
feat(global): 添加commitlint配置文件
Browse files Browse the repository at this point in the history
添加commitlint配置文件引入默认配置
  • Loading branch information
MagicHacker committed Aug 22, 2020
1 parent 0c4b093 commit 9f416d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .comitlintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* commitlint配置文件
*/
module.exports = {
extends: ["@commitlint/config-conventional"],
};

0 comments on commit 9f416d3

Please sign in to comment.