From 39e402d0c8a42270c5e05c98f0507516c733a76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Machist=C3=A9=20N=2E=20Quintana?= Date: Fri, 22 May 2015 14:18:30 -0400 Subject: [PATCH] :fire: Remove space_operators rule --- coffeelint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/coffeelint.json b/coffeelint.json index 6de95f1d7..624d927ad 100644 --- a/coffeelint.json +++ b/coffeelint.json @@ -28,9 +28,6 @@ "spaces": 0, "level": "error" }, - "space_operators": { - "level": "error" - }, "spacing_after_comma": { "level": "error" },