Skip to content

JavaScript Style Guide

Victor George edited this page Dec 30, 2016 · 2 revisions

Style Guide

We follow AirBnB JavaScript style guide and React styleg uide.

You should lint your code with ESLint to align with the requirements. From the terminal do

$ npm run lint

or

$ yarn run lint

Please do not create pull requests if your code has linter errors.

Unit tests

Under development

We would like you to do unit tests for all your code.

Clone this wiki locally