mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional']
|
|
};
|