scratch-analysis/commitlint.config.js

5 lines
136 B
JavaScript
Raw Permalink Normal View History

2025-02-06 08:38:58 -08:00
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [message => message.startsWith('chore(release):')]
};