mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
Initial commit
This commit is contained in:
8
packages/commitlint-config/index.js
Normal file
8
packages/commitlint-config/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'body-leading-blank': [2, 'always']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user