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