mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2025-06-09 20:01:31 -04:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
ignores: [message => message.startsWith('chore(release):')],
|
|
}
|