Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 281 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 281 Bytes

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.

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