podman-desktop/commitlint.config.cjs
Florent BENOIT 6964c15543
chore: use git hooks for linter/formatter and signed-off/conventional-commits (#2847)
* chore: use pre-commit hook for linter/formatter

fixes https://github.com/containers/podman-desktop/issues/2845

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-16 10:40:42 +02:00

1 line
67 B
JavaScript

module.exports = { extends: ['@commitlint/config-conventional'] };