chore(examples): convert to the dotfile version of commitlint config file

This commit is contained in:
Michele Cereda
2024-02-17 18:35:48 +01:00
parent fce0fe3810
commit 497ce3c772
2 changed files with 8 additions and 0 deletions

View File

@@ -1 +1,3 @@
// See https://commitlint.js.org/#/guides-local-setup .
module.exports = {extends: ['@commitlint/config-conventional']}

View File

@@ -41,6 +41,12 @@ pre-commit:
runner: node
"any.go":
runner: go run
commit-msg:
commands:
commitlint:
run: commitlint --edit
pre-push:
commands:
packages-audit: