初始化
This commit is contained in:
11
auts_new.client/commitlint.config.js
Normal file
11
auts_new.client/commitlint.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// commit-lint config
|
||||
export default {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'type-enum': [
|
||||
2,
|
||||
'always',
|
||||
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test', 'types'],
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user