diff --git a/docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md b/docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md index 9d06b02ce..ee8e14450 100644 --- a/docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md +++ b/docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md @@ -16,7 +16,8 @@ Check our [requirements](/getting_started/server_requirements) documentation. ## Conventions -We follow the [AirBnB JavaScript Conventions](https://github.com/airbnb/javascript). +We follow the [AirBnB JavaScript Conventions](https://github.com/airbnb/javascript), +as well as the [AirBnB React Conventions](https://github.com/airbnb/javascript/tree/master/react). A lot of their rules can be validated via [ESLint](http://eslint.org/), and can be checked locally via `npm run lint`.