Skip to content

Commit

Permalink
feat: fix formatting before commit (#1779)
Browse files Browse the repository at this point in the history
* feat: fix formatting before commit

* fix: ts-node error
  • Loading branch information
lakshz authored Feb 2, 2024
1 parent d80f62f commit 2c2e70a
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Checks code for typescript type errors and throws errors if found.
npm run typecheck

# Formats code using prettier
# Formats staged code using prettier
# Checks and fixes all lint issues in code which don't require manual intervention.
# Throws errors if lint issues requiring manual intervention are found in code.
npm run lint-staged
Expand Down
225 changes: 222 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2c2e70a

Please sign in to comment.