From 65b2a4b6e954286d36518f78e9b11ee836015653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Risso?= <jvtr12@c3sl.ufpr.br> Date: Wed, 5 Oct 2016 10:30:19 -0300 Subject: [PATCH] [ci skip] :memo: Add link to AirBnB Javascript style guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fea32e1..6991bd19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ Bugs are reported and tracked at [simcaq/SCRUM](https://gitlab.c3sl.ufpr.br/simc ### JavaScript Styleguide -All JavaScript follows the AirBnB styleguide with the following modifications: +All JavaScript follows the [AirBnB styleguide](https://github.com/airbnb/javascript) with the following modifications: * 4 spaces of identation * No unused vars * Allow param reassign -- GitLab