chore: initial setup

That sweet sweet bunch of JS dotfiles
This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-18 00:20:38 -03:00
parent f00b271799
commit e167378d27
17 changed files with 4387 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;