Richard Hallows
Richard Hallows
Like you said, I see pros and cons for each approach. You could also argue that _every_ stylelint rule and plugin can be used to lint SCSS. I think it'll...
We don't really have anything like these `*-dollar-variable` rules in core. So, I'm not sure what's the idiomatic approach here. I think the closest we have is [`font-family-name-quotes`](https://github.com/stylelint/stylelint/blob/master/lib/rules/font-family-name-quotes/README.md), with it's...
> Could remove these rules from stylelint-config-standard? Yes, eventually. Probably alongside a major release Stylelint where we can better communicate that we're now focused on maintaining rules that help people...
@carlosjeurissen I agree that it'd be great if a plugin was available before the stylistic rules were deprecated in Stylelint and removed from this config. You (or anyone else using...
> It might be that it won't get fixed unless we implement a similar rule for stylelint-scss that supports your code example. That's correct. The built-in rules _simply ignore_ non-standard...
`calculation-no-missing-surrounding-parentheses`?
Sure. I wasn't really following [my own advice](https://github.com/kristerkari/stylelint-scss/issues/39#issuecomment-226234641) when I came up with that name suggestion... whoops.
> I hate to admit it, but more and more I doubt this rule will be possible to implement. I understand what you mean. > Any thoughts? I feel the...
FYI, an `ignoreAtRules:[]` option was added in https://github.com/stylelint/stylelint/pull/5520 and will be available in `14.0.0`. You can [use that option](https://github.com/stylelint/stylelint/issues/5492#issuecomment-904930618) in this `scss/no-invalid-position-at-import-rule` rule.
> If you want to publish a new package, I think we need help from @jeddy3. I've added you to the stylelint npm org so that you can publish packages...