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