Files
wehub-resource-sync 8195a3dc7f
Deploy Web / build-and-deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:09:40 +08:00

13 lines
303 B
JavaScript

module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
['feat', 'fix', 'perf', 'refactor', 'docs', 'style', 'test', 'build', 'ci', 'chore', 'revert']
],
'subject-empty': [2, 'never'],
'type-empty': [2, 'never']
}
};