Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 530 Bytes

File metadata and controls

21 lines (14 loc) · 530 Bytes

Contributing

Thank you for considering contributing to react-number-easing!

How to Contribute

  • Fork the repository and create your branch from main.
  • Install dependencies: npm install
  • Run tests: npm test
  • Run linter: npm run lint
  • Build the project: npm run build
  • Submit a pull request with a clear description of your changes.

Code Style

  • Use Prettier for formatting: npm run format
  • Follow ESLint rules.

Issues

If you find a bug or have a feature request, please open an issue on GitHub.