mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-22 23:57:55 -05:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
|
module.exports = {
|
||
|
extends: ['@commitlint/config-conventional'],
|
||
|
ignores: [message => message.startsWith('chore(release):')]
|
||
|
};
|