From 333ab224ace954585b921546e1eed659c24a1dfb Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:09:45 -0600 Subject: [PATCH] some changes --- .commitlintrc.json | 5 +++++ .husky/commit-msg | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .commitlintrc.json create mode 100644 .husky/commit-msg diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 0000000..b34b410 --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "@commitlint/config-conventional" + ] +} \ No newline at end of file diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100644 index 0000000..1a089f4 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npx --no-install commitlint --edit $1