Hi there, if any body used stylelint with prettier for scss. Prettier adding semicolons to not all scss/css values. '
Ali Ramazon
@Safarali
Thanks
Alexander Akait
@alexander-akait
yes
can you provide example
LouisEleven
@LouisEleven
你好
Marc G.
@Mouvedia
Hello, how do you use a formatter using vue-cli-service lint:style (which internally use stylelint)?
it probably has to do with --options but I can't make it work
Marc G.
@Mouvedia
found the answer : --formatter name
it's not documented
Mattias Hällkvist
@emattias
Can a plugin disable any rule?
I want a plugin that can rules if a line git commit is before a configured date. Is there such a plugin or do I have to build it? If so, can plugins do it and any tips for how to do it is welcome! :)
Jonathan Neal
@jonathantneal
Mattias, you want to know the most recent git date of any given line in a particular CSS rule? 👈 @emattias
Mattias Hällkvist
@emattias
I want to introduce a stylelint rule that in a big code base has alot of violations of that rule. It hard and risky to change all of them. So I want to set the rule to only complain about violations on line changed from a certain date and forward
Jonathan Neal
@jonathantneal
@emattias, that makes sense, and I could help you build this. There was a project called precise-commits that attempted to do this, but it has been abandoned for about 2 years.