Masafumi Koba
Masafumi Koba
@mrredtree Thanks for the suggestion. I'm unsure about the `name` option, so can you explain use cases?
@mrredtree Thanks for the explanation. The new option sounds good to me. And adding it would not be problematic: just allowing `name` in a config. I've labeled the issue as...
@erosman Thanks for the issue report. Considering the error message below, ``` Expected selector "a" to come before selector "nav a:hover" ``` The false positive's reason is that the second...
@Mouvedia `--suppress` (all rules) and `--suppress=` sound good to me. If accepting this idea, we probably might need to reject the case that both are specified simultaneously to avoid ambiguity,...
@ryo-manba I'm okay if there is clearly a use case for `--suppressions-location`. Regarding ESLint's CLI options, I don't like them so much, frankly. ESLint's suppression is a very young feature,...
@ryo-manba @Mouvedia In addition, what do you think about the experimental release that I suggested on ?
Related to my comment , I've removed the "closes" link to #8271. We should close it with another pull request.
> Am I right in thinking it'll address the use case outlined in https://github.com/stylelint/stylelint/issues/8043#issue-2586446074, i.e. rather than maintaining a list of older files and using the overrides config property If...
I'm now looking into this problem. We probably need to address properties other than `cache` by enabling meow's `booleanDefault` option: https://github.com/sindresorhus/meow/blob/v13.2.0/readme.md#booleandefault
Related to: - #7446