joyent-portal/commitlint.config.js

11 lines
200 B
JavaScript
Raw Normal View History

module.exports = {
2017-10-12 21:52:11 +03:00
extends: ['@commitlint/config-angular'],
rules: {
'scope-enum': [
2,
'always',
2018-01-08 17:13:05 +02:00
['ui-toolkit', 'icons', 'my-joy-beta', 'navigation', 'bundle']
2017-10-12 21:52:11 +03:00
]
}
};