Skip to content

Commit

Permalink
chore: Add lint-staged, husky v5
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 9, 2021
1 parent 13b88f9 commit f2b7bdf
Show file tree
Hide file tree
Showing 5 changed files with 828 additions and 3,054 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
2 changes: 2 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm ci
git remote prune origin
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
Loading

0 comments on commit f2b7bdf

Please sign in to comment.