Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.11 KB

File metadata and controls

43 lines (30 loc) · 2.11 KB

Version Control

We're using Git and GitHub; here's the GitHub repository:

The contribution process typically involves:

Linting / Formatting

We're using Biome for our formatter and linter.

The package.json has two scripts—format and lint—that you can run to format and lint the codebase.

Editor

Use whatever editor / IDE you like so long as any code:

  • is formatted per our formatter
  • is linted per our linter

If you're using VSCode then install the official Biome extension.

If you're using another editor / IDE then it's on you to ensure conformance with our formatting / linting standards.