-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support non-JSON .csslintrc format #8
Comments
👍 |
@SimenB on further inspection, it seems we may need to pass a custom parser to RcFinder to support this. Thoughts? |
I'm unsure if |
It doesn't accept non JSON .csslintrc. It warns that it's not a JSON. |
The typical
.csslintrc
looks like this:This is what the cli
csslint
expects. Is it possible to support this?The text was updated successfully, but these errors were encountered: