Skip to content

Commit

Permalink
chore(git hooks): add commit-msg and pre-commit hooks to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Dec 7, 2023
1 parent 352fce5 commit 1da19d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
build
typechain-types
.eslintrc.js
commitlint.config.js
4 changes: 2 additions & 2 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
};
extends: ["@commitlint/config-conventional"],
};

0 comments on commit 1da19d8

Please sign in to comment.