csslint
csslint copied to clipboard
allow specify path to .csslintrc file for cli
this can be useful for projects like AtomLinter or SublimeLinter which create new files in temp dir and live lint them without save original file. So for csslint .csslintrc file in project folder take no effect.
other linters like scss-lint, coffelint, jshint and many other allow this. but not csslint.
:+1:
Can see how this has been done for eslint here: https://github.com/eslint/eslint/search?utf8=%E2%9C%93&q=--config
Any chance for that one?