prettierrc: reduce merge conflicts, improve git blame w/trailingComma: 'all' #941
devinrhode2
started this conversation in
General
Replies: 1 comment
-
As discussions about mass formatting change are underway (#932) I think it's a timely discussion. We ideally should not do repeated mass formatting changes, ideally we just do one and hopefully can avoid doing another for a very long time Cc @orenelbaum |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The least subjective recommendation I have for reducing merge conflicts, and improving git blame, would be to set prettier trailingComma option to 'all', see: https://prettier.io/blog/2020/03/21/2.0.0.html#change-default-value-for-trailingcomma-to-es5-6963httpsgithubcomprettierprettierpull6963-by-fiskerhttpsgithubcomfisker
Beta Was this translation helpful? Give feedback.
All reactions