You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transition:
background-color 0.3s ease,
backdrop-filter 0.3s ease,
color 0.3s ease;
The above works fine locally, but upon saving the pre-commit hook updates the rule to be single line and I get errors about the following rules: declaration-colon-newline-after and value-list-comma-newline-after.
I'm unsure if this is a Prettier vs Stylelint conflict, an issue in Stylelint itself or something else but figured it was best I share here
The text was updated successfully, but these errors were encountered:
It's both rules mentioned above. If you watch this video, you'll see the pre-commit hook attempts to format it in a manner that Stylelint doesn't agree with. I'm guessing it must actually be prettier-standard causing this conflict
The above works fine locally, but upon saving the pre-commit hook updates the rule to be single line and I get errors about the following rules:
declaration-colon-newline-after
andvalue-list-comma-newline-after
.I'm unsure if this is a Prettier vs Stylelint conflict, an issue in Stylelint itself or something else but figured it was best I share here
The text was updated successfully, but these errors were encountered: