CONTRIBUTING

Frontend

  1. Install the ESLint extension in your editor of choice (VSCode link). The Prettier extension is not needed since we're using it as an ESLint plugin.

  2. Configure your editor to format on save, so you don't have to run yarn lint manually (VSCode instruction).

  3. Follow the Frontend Style Guide.

Last updated