UNPKG

bento-charts

Version:
26 lines (25 loc) 398 B
export default { extends: ['@commitlint/config-conventional'], rules: { 'type-enum': [ 2, 'always', [ // default set: 'build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test', // bento added: 'lint', ], ], }, };