From d38db31eb45f5829cac390ce061716c8fb586a63 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 1 Sep 2016 13:59:34 +1200 Subject: [PATCH] Added link to React coding conventions --- docs/en/05_Contributing/12_JavaScript_Coding_Conventions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`.