chore: initial commit

This commit is contained in:
carlos
2022-06-04 13:04:24 -04:00
commit b32163c96a
5 changed files with 4009 additions and 0 deletions

3
commitlint.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
};