Skip to content

Commit be6e0e0

Browse files
committed
Fix: updating to 'module' type and correcting exports
1 parent 16f87f9 commit be6e0e0

File tree

4 files changed

+1564
-2382
lines changed

4 files changed

+1564
-2382
lines changed

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no-install -- commitlint --edit ${1}

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no-install lint-staged

0 commit comments

Comments
 (0)