mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-04-14 05:44:28 -04:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
|
module.exports = {
|
||
|
extends: ['@commitlint/config-conventional'],
|
||
|
ignores: [message => message.startsWith('chore(release):')]
|
||
|
};
|