mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-05-01 20:20:02 -07:00
build: set up commitlint
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no -- commitlint --edit ""
|
||||
@@ -0,0 +1 @@
|
||||
module.exports = {extends: ['@commitlint/config-conventional']}
|
||||
Reference in New Issue
Block a user