chore: 🔧 initial setup

This commit is contained in:
Guz013
2023-11-27 15:50:22 -03:00
parent f75c6b0c47
commit e3e3ba3683
24 changed files with 5664 additions and 0 deletions

6
commitlint.config.cjs Normal file
View File

@@ -0,0 +1,6 @@
/* eslint-disable import/no-commonjs */
/** @type {import('@commitlint/types').UserConfig) */
const config = { extends: ['@commitlint/config-conventional'] };
module.exports = config;