scratch-l10n/commitlint.config.js

5 lines
132 B
JavaScript
Raw Permalink Normal View History

2024-01-16 09:56:36 -08:00
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [message => message.startsWith('chore(release):')],
}