Skip to content

Commit

Permalink
chore: enable commitlint, conventional config, semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Oct 11, 2024
1 parent 17b9392 commit 9747ebc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"footer-max-line-length": [1, "always", 180]
}
}
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,25 @@
]
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@semantic-release/git": "^10.0.1",
"cz-conventional-changelog": "^3.3.0",
"glob": "^11.0.0",
"husky": "9.1.6",
"lint-staged": "^15.2.5",
"prettier": "3.3.3",
"prettier-plugin-java": "2.6.4",
"prettier-plugin-packagejson": "2.5.2",
"semantic-release": "^24.1.2",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">=18.20.4"
}
Expand Down

0 comments on commit 9747ebc

Please sign in to comment.