Skip to content

Commit

Permalink
chore: move to husky 6
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jun 28, 2021
1 parent 0c009cd commit b7457f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx --no-install commitlint --config commitlint.config.cjs --edit "$1"
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm format && pnpm lint && pnpm test
14 changes: 0 additions & 14 deletions commitlint.config.js

This file was deleted.

0 comments on commit b7457f3

Please sign in to comment.