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