Skip to content

Commit

Permalink
chore: add @gisce/commit-lint-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Dec 4, 2023
1 parent e49eb15 commit 5495a87
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = { extends: ["@commitlint/config-conventional"] };
module.exports = {
extends: ["@gisce/commitlint-rules"]
};
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@gisce/commitlint-rules": "^1.0.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "10.0.4",
Expand Down

0 comments on commit 5495a87

Please sign in to comment.