🛠️ chore: adding linter

This commit is contained in:
Carlos
2024-08-13 20:20:06 -04:00
parent 0e72a35ba7
commit a6c2ffd5e6
10 changed files with 3126 additions and 1 deletions

3
commitlint.config.js Normal file
View File

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