We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d0d2f commit 186aca4Copy full SHA for 186aca4
.pre-commit-config.yaml
@@ -11,8 +11,13 @@ repos:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
13
- id: check-yaml
14
- - repo: https://github.com/compilerla/conventional-pre-commit
15
- rev: v3.2.0
+ - repo: local
16
hooks:
17
- - id: conventional-pre-commit
+ - id: commitlint
+ name: commitlint
18
+ entry: commitlint --edit
19
+ language: node
20
stages: [commit-msg]
21
+ additional_dependencies:
22
+ - '@commitlint/cli@17.8.1'
23
+ - '@commitlint/config-conventional@17.8.1'
0 commit comments