Skip to content

Coding standards

Jack Neto edited this page Apr 15, 2018 · 1 revision

We follow AirBnB's mostly reasonable approach to React and JSX and we use the eslint-config-airbnb module to enforce it.

Check is your code is following the rules

yarn lint

Automatically fix any issues

yarn lint:fix

This command will be run automatically every time you commit any code

Clone this wiki locally