mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
9 lines
138 B
JavaScript
9 lines
138 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'body-leading-blank': [2, 'always']
|
|
}
|
|
}
|