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
Well, because it would be project specific 🙂. I think this is a compatibility issue in configuration of two linters commonly used together. I believe our configs should be mutually compatible, so I filed this bug.
This particular problem may get resolved by #21 (the single-line version is 95 characters long), but it's just a question of time when it bubbles up again.
Prettier prefers:
Stylelint prefers:
This does not work either:
Workaround: disable either Stylelint or Prettier for that line / code block.
It seems there might be a conflict of
declaration-colon-space-after
anddeclaration-colon-newline-after
Stylelint rules.The text was updated successfully, but these errors were encountered: