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