Open thasmo opened 8 years ago
Thanks @thasmo we'll take a look at it
PostCSS announced it is going to introduce a common PostCSS config using cosmiconfig.
I plan on looking at this for our 1.9 release, 1.8 should hopefully be landing soon, just a few PR's to get merged in. 1.9 will hopefully be all about supporting other config formats and a more robust ability to extend configs above the existing config-file
option we've improved for 1.8.
👍
Any news about this feature?
I'd love to ditch that yaml file and migrate my config into package.json
.
It would be awesome if
sass-lint
used cosmiconfig for configuration discovery.A short summary of what it does:
It supports
rc
files with optional file-type extension, e.g..sasslintrc.yml
or.sasslintrc.json
and, as mentioned, it can also read configuration from thepackage.json
file - an option which gains more and more interest lately.And: