Skip to content

Commit

Permalink
添加commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Jun 18, 2021
1 parent 6915d16 commit 1802424
Show file tree
Hide file tree
Showing 3 changed files with 10,695 additions and 8,023 deletions.
15 changes: 15 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [2, 'always', [
'feature', 'fixbug', 'fix', 'docs', 'chore', 'style', 'revert'
]],
'type-case': [0],
'type-empty': [0],
'scope-empty': [0],
'scope-case': [0],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never'],
'header-max-length': [0, 'always', 72]
}
}
Loading

0 comments on commit 1802424

Please sign in to comment.