Skip to content

Commit

Permalink
Feat/pre-commit hook (#8)
Browse files Browse the repository at this point in the history
feat: add pre-commit hook which format staged files
  • Loading branch information
Finnick223 authored Jan 8, 2025
1 parent a5caf40 commit 4641a25
Show file tree
Hide file tree
Showing 4 changed files with 875 additions and 129 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
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 4641a25

Please sign in to comment.