🔥 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
This commit is contained in:
Machiste Quintana 2015-05-22 20:08:29 -04:00
parent 544d650d22
commit 4a8fa01e2c
1 changed files with 0 additions and 4 deletions

View File

@ -33,9 +33,5 @@
},
"no_stand_alone_at": {
"level": "error"
},
"newlines_after_classes": {
"value": 2,
"level": "error"
}
}