From 8c2aa0f2964c167713ee506c63aad4663edc1f63 Mon Sep 17 00:00:00 2001 From: vinayak Date: Sun, 3 May 2020 20:09:00 +0530 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Christian Clauss --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c21d9a853..ee76d9b75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ To maximize the readability and correctness of our code, we require that new sub ``` - Avoid using global variables and avoid '==' - Please use 'let' over 'var' -- Better to use ECMAScript 6 +- We strongly recommend the use of ECMAScript 6 - Avoid importing external libraries for basic algorithms. Only use those libraries for complicated algorithms.