Skip to content

Commit 639f78d

Browse files
committed
refactor: cleanup props logic and improve type safety
refactor: cleanup props logic and improve type safety * Bumped depencencies to latest versions.
1 parent b644c1b commit 639f78d

File tree

6 files changed

+884
-1138
lines changed

6 files changed

+884
-1138
lines changed

.husky/_/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ call_lefthook()
3232
elif test -f "$dir/node_modules/lefthook/bin/index.js"
3333
then
3434
"$dir/node_modules/lefthook/bin/index.js" "$@"
35-
3635
elif go tool lefthook -h >/dev/null 2>&1
3736
then
3837
go tool lefthook "$@"

.husky/_/prepare-commit-msg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ call_lefthook()
3232
elif test -f "$dir/node_modules/lefthook/bin/index.js"
3333
then
3434
"$dir/node_modules/lefthook/bin/index.js" "$@"
35-
3635
elif go tool lefthook -h >/dev/null 2>&1
3736
then
3837
go tool lefthook "$@"

0 commit comments

Comments
 (0)