Closed ElPrudi closed 1 year ago
Thank you! Just fixed in @putout/printer@2.85
🎉 . Please re-install 🐊.
Is it works for you?
You feedback really helps, anyways you can always switch to recast
with:
{
"printer": "recast"
}
It works slower than @putout/printer
and has pure maintenance, but it more mature for now , anyways @putout/printer
is much easier to support, and all regular JavaScript/JSX/TypeScript cases are supported (or will be when I have code examples 😏).
Yes, setting it to recast
fixed everything. Thank you very much :)
I really, really dislike that the putout formatter runs automatically when you want to fix a simple rule with this plugin. One of the worst offenders is, that it turns this:
to this:
Just because it found this:
So it:
static
keywordspublic
,private
andprotected
keywords?
that indicate optional propertiesSo, please give us an option to turn off the putout formatter. It's way too destructive.