Skip to content

Commit

Permalink
Bump version 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Dec 1, 2021
1 parent 5324f9b commit 45d7f6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Thumbs.db
# Environment
.idea
.env
.husky
*.iml
*.bat
*.map
Expand All @@ -23,4 +22,4 @@ coverage
dist
/app/
/plugins/
/resources/
/resources/
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged

0 comments on commit 45d7f6b

Please sign in to comment.