cfjedimaster / brackets-csslint

CSSLint extension for Brackets
61 stars 13 forks source link

Why is alpha order for rule properties required? #36

Closed AllThingsSmitty closed 9 years ago

AllThingsSmitty commented 9 years ago

I noticed the recent update now flags CSS rules that don't have properties in alphabetical order. Requiring a specific order of properties seems unnecessary for a linter, especially if you're using other tools like CSSComb and pre-determining a preferred order.

csslintproblems

Can this feature be a toggle switch for preferences on the linter?

cfjedimaster commented 9 years ago

If it can be modded by .csslintrc, then sure. Otherwise you have to bring it up with the CSSLint folks. My code just wraps theirs and makes it work in Brackets.

AllThingsSmitty commented 9 years ago

@cfjedimaster thanks, I'll check into that on their end.