Masafumi Koba
Masafumi Koba
@Mouvedia Thanks for finding what I missed! When I re-check them, the following rules need to be addressed: - `no-irregular-whitespace` - `declaration-property-max-values` I think the other rules have been fixed...
I've opened the follow-up PR #6278.
I reconsider whether we need to expose such small utilities used internally. 🤔 For example, I've recently added the second argument to `assert()` as a part of refactoring (b5d75dd6d5937f387ed7884e273feae3604ae73c). If...
@binyamin Thanks for the proposal. It sounds good to me. 👍🏼 Do you know details about compatibility between `cosmiconfig` and `lilconfig`? Our documentation has mentioned `cosmiconfig`, so this change may...
Related: - #2454 - #5139
@binyamin Thank you. If not 100% compatible, it seems reasonable to me that we would include this change in the next major version (`15.0.0`). Any thoughts?
@ntwb Thanks for sharing the historical context. `cosmiconfg` v6 replaced `js-yaml` with `yaml` for some reason: - https://github.com/davidtheclark/cosmiconfig/blob/main/CHANGELOG.md#600 - https://github.com/davidtheclark/cosmiconfig/commit/9b194db095a16971281d974e7c95927aa3876fff I'm not sure the replacement reason, but there were some...
@binyamin @ntwb Thanks for clarifying the discussion. It sounds better to me to continue the maintenance of `cosmiconfg`, instead of switching to another library. I wish @davidtheclark would give someone...
@davidtheclark Good news! 🙌🏼 What do you think about updating the `yaml` dependency to v2 as @binyamin commented on https://github.com/stylelint/stylelint/issues/6101#issuecomment-1138744073?
> What do Stylelint folks prefer? Stick with yaml, or switch to js-yaml as suggested in this issue? I think Stylelint cannot bump to the major version immediately (e.g. dropping...