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
I use Prettier to make my styled components look nice. Unfortunately sometimes Prettier wraps certain lines and that causes issue with the plugin which marks them as errors.
Any updates on fixing this?
I am also getting the following errors due to the same problem: at-rule or selector expected, semi-colon expected, ) expected
For the following snippet:
I use Prettier to make my styled components look nice. Unfortunately sometimes Prettier wraps certain lines and that causes issue with the plugin which marks them as errors.
For example:
Gets formatted to:
Which the plugin marks as error:
I'm aware I can start typing them like this to avoid Prettier's formatting:
But I'm wondering if there's a better way to fix this?
The text was updated successfully, but these errors were encountered: