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 cffd12c commit e615a05Copy full SHA for e615a05
lefthook.yml
@@ -0,0 +1,9 @@
1
+pre-commit:
2
+ jobs:
3
+ - name: lint
4
+ run: npm run lint
5
+
6
+commit-msg:
7
8
+ - name: commitlint
9
+ run: npx commitlint --edit {1}
0 commit comments