Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 560 Bytes

File metadata and controls

23 lines (16 loc) · 560 Bytes

Contributing

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.

Code style and formatting

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 fix

Running tests

We use Jest for testing. To run the tests, run the following command:

npm run test