I wish Prettier did less mucking about with the code I write.
If I put parentheses around a bunch of math, I'm doing it so I can understand it at a glance. I don't want it ripping out the parens and forcing me to run through PEMDAS in my head. Wrapping things in parens makes it so much easier to just read expressions from left to right.
There's a difference between "opinionated" and "actively removing information".
Formatting issues are never discussed in #codereview; just #eslint rules. #prettier is a given here.
No fighting about this either; everyone on the project votes, and the most popular rule setting wins and everyone moves on.