X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.husky%2Fcommit-msg;h=e526e5514be2853a939cc9c750d7bad103fc5a25;hb=316d1564060a88932a006299a12f621d64a0320f;hp=c160a7712333eb282e933e1b5009ae81b9d4c677;hpb=1e49f7aab4d2a893d548a74b1afbb067ec31552c;p=e-mobility-charging-stations-simulator.git diff --git a/.husky/commit-msg b/.husky/commit-msg index c160a771..e526e551 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx --no -- commitlint --edit ${1} +npx --no -- commitlint --config commitlint.config.cjs --edit ${1}