linter-sass-lint icon indicating copy to clipboard operation
linter-sass-lint copied to clipboard

add support for reading sasslintConfig from package.json

Open chrisdrackett opened this issue 8 years ago • 4 comments

sass-lint lets you add a link to your yml config in package.json (https://github.com/sasstools/sass-lint#configuring). It would be great if linter-sass-lint could look here when looking for the config file.

chrisdrackett avatar Jul 13 '16 23:07 chrisdrackett

Hi @chrisdrackett yeah that's a bit of an oversight on my part to be honest. Although i'm currently changing a few things with how the config file is loaded in sass-lint itself and the formats that can be used so i may hold off on this until that is done. 👍

DanPurdy avatar Jul 14 '16 20:07 DanPurdy

This would be lovely, as we're using a centralized sass-lint configuration across multiple projects. Thank you!

fluxsauce avatar Feb 24 '17 23:02 fluxsauce

Yes please! 👍

atomboyd avatar Feb 24 '17 23:02 atomboyd

Would be a great addition. We have a sass-lint config in our internal npm build package, being able to access that would be very useful

seanogdev avatar Apr 25 '17 08:04 seanogdev