Thank you for considering contributing to this project! We welcome contributions from the community. Please follow the guidelines below to ensure a smooth contribution process.
We use ESLint to enforce code style and formatting. To ensure your code adheres to the project's standards, please run the following command before submitting a pull request:
npm run lint
// or
npm run fixWe use Jest for testing. To run the tests, run the following command:
npm run test