Masafumi Koba

Results 705 comments of Masafumi Koba

Ah, `possible: [true, null]` is less confusing. Can you fix it also, please?

Changelog entry added: > - Added: invalid rule primary option message for `false` ([#6250](https://github.com/stylelint/stylelint/pull/6250)).

I agree with @Mouvedia. If PR #6250 is merged, users will receive a more helpful message, and we've already provided the [doc for turning off a rule](https://stylelint.io/user-guide/configure/#rules). I think these...

I've ~~closed~~ merged PR #6250, so I've also completed this issue. Feel free to reopen it if anyone has objections.

Ah, I misunderstood it. Thanks for letting me know, @hudochenkov!

@xarety Nobody touches this issue now. Please consider [contributing](https://stylelint.io/contributing) if you have time!

I tried looking into this problem a bit. The `standalone()` function calculates a hash of a given config object here: https://github.com/stylelint/stylelint/blob/592b149a6225559cccada30d313814910439d170/lib/standalone.js#L179-L182 When using directly `standalone()` (that is, the Node.js API),...

I really really want this feature! 😄

Thanks for the exciting proposal. The idea of requiring the `prefers-reduced-motion` media feature sounds good to me, but it seems we clarify the purpose of the rule. The ["About rules"](https://stylelint.io/user-guide/rules/about)...

I've created PR #6312 as a PoC.