mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
|
module.exports = {
|
||
|
extends: ['@commitlint/config-conventional'],
|
||
|
helpUrl: 'https://www.conventionalcommits.org/'
|
||
|
}
|