# Contributing
Issues and pull requests are welcome.

This package is written in ES6 using the `latest` Babel preset and the Airbnb ESlint config.

Please lint and test your code before submitting.

```sh
yarn lint # Will automatically format your code with prettier
yarn test
```
