UNPKG

127 BJavaScriptView Raw
1module.exports = {
2 extends: ['@commitlint/config-conventional'],
3 rules: {
4 'scope-empty': [2, 'never']
5 }
6};