Skip to content

Commit

Permalink
fix(bug): fix When Automatic Parenthesis Closure was messing normal p…
Browse files Browse the repository at this point in the history
…arenthesis Closure

fix #34
  • Loading branch information
bugwheels94 committed Jan 25, 2022
1 parent ac4ae22 commit 7ad7138
Show file tree
Hide file tree
Showing 5 changed files with 2,278 additions and 491 deletions.
4 changes: 4 additions & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && node_modules/.bin/cz --hook || true
Loading

0 comments on commit 7ad7138

Please sign in to comment.