Skip to content

Commit

Permalink
docs: 📚 update README to clarify Husky's role in automating formattin…
Browse files Browse the repository at this point in the history
…g, type-checking, and testing
  • Loading branch information
andrewdyer committed Jan 21, 2025
1 parent 61af77b commit d5455b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This template includes the following tools and configurations:
- [Jest](https://jestjs.io/) for unit testing, along with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) for testing React components.
- [Storybook](https://storybook.js.org/) for building and testing UI components in isolation.
- [Prettier](https://prettier.io/) for consistent code formatting across the codebase.
- [Husky](https://typicode.github.io/husky/#/) for Git hooks to automate tasks such formatting and testing before commits.
- [Husky](https://typicode.github.io/husky/#/) for Git hooks to automate tasks such as formatting, type-checking, and testing before commits.
- CI (Continuous Integration) setup with [GitHub Actions](https://github.com/features/actions) for automated testing, building, type-checking, and publishing the package to npmjs.

## 🚀 Getting Started
Expand Down

0 comments on commit d5455b2

Please sign in to comment.