From 0ef0c7b2c079e9cfe0e13f0be78dd28ab05237d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 3 Feb 2014 17:12:59 +0100 Subject: [PATCH] Remove comma first rule Removes outdated coding style rule. --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d7b0fb6a6..a01c8c0e49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -178,7 +178,6 @@ license your work under the terms of the [MIT License](LICENSE.md). ### JS - No semicolons -- Comma first - 2 spaces (no tabs) - strict mode - "Attractive"