scratch-blocks/commitlint.config.js

6 lines
152 B
JavaScript
Raw Normal View History

/* global module */
2023-12-20 18:55:22 -08:00
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [message => message.startsWith('chore(release):')]
2023-12-20 18:55:22 -08:00
};