Skip to content

Commit

Permalink
docs: modify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Feb 19, 2020
1 parent 1bc65bf commit b21394b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ module.exports = {
'type-enum': [
2,
'always',
// 暂时定为默认值,根据自己的需求调整
['build', 'ci', 'chore', 'deps', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test'],
// 比默认值多了个 deps
[
'build',
'ci',
'chore',
'deps',
'docs',
'feat',
'fix',
'perf',
'refactor',
'revert',
'style',
'test',
],
],
},
};

0 comments on commit b21394b

Please sign in to comment.