Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 458 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 458 Bytes

Contributing

Getting Started

  1. Install asdf
  2. Install the asdf NodeJS and Yarn plugins
asdf plugin add nodejs
asdf plugin add yarn https://github.com/twuni/asdf-yarn.git
  1. Run asdf install to install the versions of NodeJS and Yarn specified in the .tool-versions file

Running tests

yarn test

Building

yarn build

Formatting

yarn lint --fix