feat: initial import from base-configs

This commit is contained in:
2025-06-23 02:19:38 +03:00
parent 54e5694d17
commit 83ac19d6b9
8 changed files with 1130 additions and 1 deletions

8
index.cjs Normal file
View File

@@ -0,0 +1,8 @@
'use strict'
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-leading-blank': [2, 'always']
}
}