mirror of
https://github.com/hustcc/echarts-for-react.git
synced 2025-12-08 20:16:09 +00:00
11 lines
241 B
JavaScript
11 lines
241 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-angular'],
|
|
rules: {
|
|
'type-enum': [
|
|
2,
|
|
'always',
|
|
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test', 'wip'],
|
|
],
|
|
},
|
|
};
|