Skip to content

Commit

Permalink
chore: commitlint (#9371)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 8, 2024
1 parent aaaabfb commit e051888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 --edit $1
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
npx commitlint --edit $1
npx lint-staged
npx --no-install lint-staged
npm run typecheck

0 comments on commit e051888

Please sign in to comment.