Richard Hallows

Results 505 comments of Richard Hallows

I've opened a WIP PR for the proposal: https://github.com/stylelint/stylelint/pull/8913 If we've happy to proceed, I'll open an issue over at `stylelint-scss` to let the know that they may want to...

With @ybiquitous's non-intrusive `node:test` workaround in place for `require(ESM)`, it feels like we don't need to rush a move away from Jest. Shall we put this on the back burner?...

This is a major release of Jest, and it looks like we'll need to release updates to our ESLint config (and maybe our Jest packages) to allow it as a...

Looks like [we'll need to wait on `eslint-plugin-jest` to release a new version](https://github.com/jest-community/eslint-plugin-jest/pulls) before we can update our package.

@imkesin Thanks for the request. It's preferable to use the `except` rather than the `ignore` option as it enforces stricter conventions. You can enforce the following: ```css a { top:...

@imkesin Thanks for the clarification. That's the type of use case that the `ignore` option was initially designed for, so a new `ignore: ["after-custom-property"]` option SGTM. I've labelled the issue...

Thank you for the pull request. Reviewing the pull request in its current state will likely put an unfair time burden on the reviewers. As much as we want to...

Closing as stale. Feel free to reopen with a reproducible example, though.

@carlosjeurissen Thanks for the request and for using the template. We [typically add an `except` secondary options]() in these instances ([example](https://stylelint.io/user-guide/rules/media-feature-range-notation/#except)). It'll reverse the primary option for colour functions with...

@moeriki Thanks for the report and for using the template. I can reproduce the issue [using the demo](https://stylelint.io/demo/#N4Igxg9gJgpiBcIB0AXAdgcwLQCMCuKKEaABMADprkpICWAzlvQLYA0l1AZPAO4AWMAE4wAFPDQQUIuo2ZRWJGVgA2GAJRqyHFNVSYstSKQpUdZyMoiD4JYVADc26gF9trtO8ohWIAGa1lGAA5AENmOEQYAA8wgAdApDB6em9wYn8MBBATEhJyEEE8QPp8m2A8kAksWHowGDQoWn16WJgwWn92lABPUpIUQpgSd2dUowyAMStmEJQspHoewOUmgbAkACt6YlTYWJTEHIrF7uXVvvzlWZhF-PZSY6WYFbQULHHabEWQhpDBKAuICuKBuOhAlFGziAA). The rule wants you to move `&:where(:not(.is-md, .is-lg))` before `.is-sm`, like so:...