dryoma
dryoma
TODO: add a note to the docs.
Makes sense, will look into it.
Just a thought. I think in terms of variables "global"/"local" makes sense. ``` dollar-variable-no-global: true dollar-variable-no-local: true ``` and we also had (and implemented) [a request](https://github.com/kristerkari/stylelint-scss/issues/76) for excluding local variables...
@kristerkari what do you think? "global"/"local" `+` more semantic `-` two rules instead of one (is it a con?) "inside-block" `+` allows to go with just one rule `+` consistent...
> It might be easier for the users not having to switch between different naming conventions when using Stylelint plugins. Thought so too, but not sure. And the question is...
Hi @Traverse A legit suggestion. Just to clarify: do you think the #94 's `between-groups`, if/when implemented, will work for your case?
Hi @branpar thanks for you suggestions. 1) For this we already have a proposal, even two: #4 and #13. Still to be implemented though. 2) A valid point either, should...
I see. Though this approach has some issues. The main issue I see is that stylelint parses only one file at a time, thus the linter would warn only on...
In terms of variables it's both simpler and more complex, actually. The simpler part is that we have to _just_ find where a certain type of a value is and...
A couple of months ago we addressed that same idea with a rule for stylelint: https://stylelint.io/user-guide/rules/at-rule-blacklist/ :)