This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
Rome follows a similar philosophy to Prettier's. The goal is that people spend less time talking about how code should be formatted and we believe that adding many options simply shifts the conversations from "how to format your code" to "what formatting options to". |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I am currently using eslint but it's slow. Using it in combination with esbuild my once < 1s build's now went up to 3 - 4s again which is just frustrating.
Rome sounds like a good alternative, but I find the formatting options too limited to be practical.
The documentation says about Formatting:
Where can I find more information or discussion that lead to that decission?
I am coming from the WordPress world which has pretty opinionated formatting rules as well, for example for extra spacing within functions, arrays and objects:
While I understand that this is uncommon, because of WordPress sheer scale it is still a common practice in a very big amount of codebases. Are these simply excluded from ever using rome?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions