Skip to content

Commit

Permalink
chore: pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Oct 11, 2024
1 parent 2a0596b commit 3ee67c2
Show file tree
Hide file tree
Showing 7 changed files with 34,360 additions and 13,155 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"env": {
"browser": true
},
"extends": ["plugin:react/recommended", "airbnb-base", "prettier"],
"extends": ["plugin:react/recommended", "prettier"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
Expand Down
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

exec < /dev/tty && npx cz --hook || true
# exec < /dev/tty && npx cz --hook || true
Loading

0 comments on commit 3ee67c2

Please sign in to comment.