feat: initial commit

This commit is contained in:
Karol Sójko
2022-06-17 12:47:25 +02:00
parent cd72efef3c
commit daa87e7d81
293 changed files with 3483 additions and 0 deletions

3
commitlint.config.js Normal file
View File

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