scratch-gui/commitlint.config.js

5 lines
136 B
JavaScript
Raw Normal View History

2022-09-20 01:52:53 +08:00
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [message => message.startsWith('chore(release):')]
};