rscss
rscss copied to clipboard
Any automatic checker/linter tools?
I open this issue to research any tools that could automatically check if my styles are rscss-compliant.
Maybe a fork of https://github.com/postcss/postcss-bem-linter would do? Maybe https://github.com/brigade/scss-lint with some custom config?
This is important for me, because there are many people working on styles in my project and I know that without a tool I can plug to CI build, we will eventually diverge from the rscss standard. I think that this will also be useful to other people using rscss.
And if as a result of discussion here we find some solution, I believe it'd be definitely worth putting in the README.
:+1: for an effort of a postcss-based linter... it should have options to, say, ignore bootstrap though.
Sounds awesome, could love to see something like this.
+1
I bring you all good news!
https://github.com/rstacruz/stylelint-rscss
Freshly minted, so it may need a bit more tweaking. Try it out.
Thank you @rstacruz, good job!
I tested it and opened 3 issues on that project, but nevertheless, it's a step in the right direction! :)