5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
commitlint-github-action/fixtures/custom-help-url/commitlint.config.js
2021-10-11 15:46:36 -03:00

4 lines
103 B
JavaScript

module.exports = {
extends: ['@commitlint/config-conventional'],
helpUrl: 'https://example.org',
}