Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Code Checks Before Committing

We use Husky and lint-staged to check your staged files.

When you commit, Husky triggers lint-staged, which runs tools like ESLint and Prettier on changed files.

If any issues are found, the commit is blocked until they’re fixed. Check your terminal output for linting or formatting errors.

Once everything passes, you can commit successfully!
Loading
Loading