matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Unable to format using stylelint rules with severities #170

Closed iblack10 closed 8 years ago

iblack10 commented 8 years ago

I've been using different severities for rules as per the stylelint docs: https://github.com/stylelint/stylelint/blob/d2166dfbcdefefacafd27afd5993ec8341c3b45e/docs/user-guide/configuration.md#severities-error--warning but it seems these are not compatible with stylefmt just now:

"indentation": [4, { "severity": "error" }]

That doesn't work - but this does:

"indentation": 4