Reinis Ivanovs
Reinis Ivanovs
> Its mostly just removing excess commas Trailing commas are a good feature that makes editing easier and reduces diff churn, and Prettier allows enabling them in its config, and...
> So to reduce the size of the PR I left them off. MR size is a legit point, but removing the existing trailing commas, referring to them as "excess",...
I'm using compass 11.5 and getting the same error. This seems like it could be a problem with compass itself.
The issue is that Prettier tries to guess the more readable formatting based on a dumb heuristic: if it's even one character past a threshold, then wrap, otherwise, inline. This...
> That’s already possible — just set printWidth to 1. Sure, but the point is that I'd still like my editor and code review tool to inline it for reading,...
Any solution that conditionally inlines would cause diff churn, and inline code will always be less convenient to edit; my ideal solution would be to only have *virtual* inlining in...
Is the comment inaccurate? If so, you could elaborate
I use an external machine for development, so this change is an inconvenience with little to no security benefit.
If you're getting this error, a possible cause is that you've mixed up the Cypress plugins and support config files.
I'm not immediately sure what's the best for this specific case, but the scheme I described is reasonably comfortable. What's clear is that C-M-o p/d/s is not comfortable for operations...