From 4a8fa01e2c812a3290d137a3191e43c7dc7fba33 Mon Sep 17 00:00:00 2001 From: Machiste Quintana Date: Fri, 22 May 2015 20:08:29 -0400 Subject: [PATCH] :fire: Remove newlines_after_classes rule This rule, although it would be nice, is a bit too buggy for use right now - see https://github.com/clutchski/coffeelint/issues/245 --- coffeelint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/coffeelint.json b/coffeelint.json index 9ee65d6e5..a5dd715e3 100644 --- a/coffeelint.json +++ b/coffeelint.json @@ -33,9 +33,5 @@ }, "no_stand_alone_at": { "level": "error" - }, - "newlines_after_classes": { - "value": 2, - "level": "error" } }