feat:组件框架
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'type-enum': [
|
||||
2,
|
||||
'always',
|
||||
['feat', 'fix', 'docs', 'style', 'refactor', 'test', 'chore', 'ci'],
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user