🎉 chore(init): project initialization
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
};
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user