Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 536 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 536 Bytes

Contributing Guidelines

You can contribute to this project by creating an issue to suggest improvements or file bugs. You can also contribute code by creating a pull request.

Code style

We use Prettier with the default configuration for code formatting and ESLint for code linting. Run npm run lint to lint your changes.