Initial commit

This commit is contained in:
2023-05-04 15:52:34 +03:00
commit 23d15f1574
75 changed files with 14600 additions and 0 deletions

View File

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