I recently switched from "jsx.multiLineParens": "prefer" to "jsx.multiLineParens": "never", however I noticed that now both of the following are acceptable to dprint.
(red/left is before with prefer | green/right is after with never after manually removing parens)
I'd like to be able to automatically format this.
In the mean time I'll check if there's an ESLint rule in https://v4.eslint.style/rules that can remove these parenthesis without conflicting elsewhere.
My config: https://github.com/BesLogic/shared-configs/blob/main/.dprint.jsonc