chore: all packages update latest version

This commit is contained in:
xiaoxian521
2021-09-09 10:51:29 +08:00
parent 173575687d
commit 03955f7470
16 changed files with 2391 additions and 337 deletions

10
.husky/pre-commit Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"
[ -n "$CI" ] && exit 0
# Format and submit code according to lintstagedrc.js configuration
npm run lint:lint-staged
npm run lint:pretty