Masafumi Koba
Masafumi Koba
Oh, it’s weird. the Docker version seems something wrong... 🤔
Right. I will create a new issue. Thank you!
Thank you! 🎉
Hi @d-fischer, the Stylelint team has been going forward to the next major v15.0.0. It would be nice to release Stylelint v15, including a dependency on Cosmiconfig v8. I will...
Thanks, I understand the situation and agree with your plan. I will review the PRs.
This is an old issue, but still valid. I'll address this.
> can we close this in favour of #3860 (and using negation in the files array)? I agree with closing it. We should continue to discuss this topic on #3860...
I'm revisiting this issue. Perhaps, here's a reproduction with 16.2.0: `stylelint.config.mjs`: ```js export default { rules: { 'block-no-empty': true, }, }; ``` `test.css`: ```css a { color: red; } /*...
I found a problem in the code. I'll open a pull request soon.
@romainmenke Thanks for the info. At the first point, I prefer the `@csstools/postcss-global-data` approach (see [`parseImport()`](https://github.com/csstools/postcss-plugins/blob/14bf9beda936a0b94d0ee0dfc5f293b85ec42732/plugins/postcss-global-data/src/parse-import.ts#L6)). This seems limited to a local file system, but I believe it can cover...