🎉 chore(init): project initialization

This commit is contained in:
web@ppanel
2024-11-14 01:22:43 +07:00
commit 829edfa824
479 changed files with 61413 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
$schema: 'https://json.schemastore.org/commitlintrc',
extends: ['gitmoji'],
rules: {
'footer-leading-blank': [0, 'never'],
'header-max-length': [0, 'never'],
},
};
+10
View File
@@ -0,0 +1,10 @@
{
"name": "@repo/commitlint-config",
"private": true,
"main": "index.js",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"commitlint": "^19.5.0",
"commitlint-config-gitmoji": "^2.3.1"
}
}