Skip to content
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

Open
fortes opened this issue Jun 23, 2014 · 5 comments
Open

Support non-JSON .csslintrc format #8

fortes opened this issue Jun 23, 2014 · 5 comments

Comments

@fortes
Copy link

fortes commented Jun 23, 2014

The typical .csslintrc looks like this:

--errors=import
--warnings=important

This is what the cli csslint expects. Is it possible to support this?

@mrmlnc
Copy link

mrmlnc commented Aug 16, 2014

👍
Very not enough, after switching from Grunt (grunt-contrib-csslint), where rules can be stored in .csslintrc .

@lazd
Copy link
Owner

lazd commented Mar 31, 2015

This was closed by #17, @SimenB correct me if I'm wrong here. Cheers!

@lazd lazd closed this as completed Mar 31, 2015
@lazd
Copy link
Owner

lazd commented Mar 31, 2015

@SimenB on further inspection, it seems we may need to pass a custom parser to RcFinder to support this. Thoughts?

@SimenB
Copy link
Contributor

SimenB commented Mar 31, 2015

I'm unsure if Rcloader supports non-JSON? And the warning vs errors part may be tough

@lazd lazd reopened this Mar 31, 2015
@jorrete
Copy link

jorrete commented Nov 9, 2015

It doesn't accept non JSON .csslintrc. It warns that it's not a JSON.
It would be nice to have that option because as noted before it the way that csslint accepts options.
My use case it's to share csslintrc for gulp and my neomake (neovim) linter.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants