Masafumi Koba
Masafumi Koba
In summary: - I agree with adding `transition-behavior` to `reference.longhandSubPropertiesOfShorthandProperties` for `declaration-block-no-shorthand-property-overrides` bug fixes. - but I disagree with changing the current data structure of `longhandSubPropertiesOfShorthandProperties` because it's already exposed,...
@romainmenke Thanks for summarizing. I'm in favor of the summary . 👍🏼
Opened an issue: https://github.com/stylelint/stylelint-config-standard/issues/332
This issue seems inactive, so I'm going to close it. Please reopen it if you still have any concerns.
@emmacharp Can you explain your problem specifically?
@emmacharp Sorry for the late response. In my understanding, we may focus on `getFormatterFunction()` in `standalone.mjs`: the new implementation would enhance `getFormatterFunction()` to fetch either one of: - a built-in...
Ah, you added `lib/utils/getFormatter.mjs` already. It seems nice to merge `getFormatterFunction()` in `standalone.mjs` into `getFormatter()`. `cli()` would pass either of the following to `standalone()`: - a built-in formatter name -...
If I remember correctly, loaded configs are cached so multiple calls have no problems, I think.
Thank you. I'll look at the PR later. 👀
@emmacharp Sorry for the late reply. The constant name `DEFAULT_FORMATTER` may be confusing now. I think the default formatter should be `json`, but the default one *for CLI* should be...