scripts/commitlint.config.js

4 lines
70 B
JavaScript
Raw Normal View History

module.exports = {
extends: ['@commitlint/config-conventional'],
};