mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-07-08 18:54:30 -04:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
|
module.exports = {
|
||
|
extends: ['@commitlint/config-conventional'],
|
||
|
ignores: [message => message.startsWith('chore(release):')]
|
||
|
};
|