This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
support use single quotes instead of double quotes. #2375
F3n67u
started this conversation in
Suggestions
Replies: 2 comments 2 replies
-
Is there some reference about it? Do you have some other reasoning why single quotes should be a default? Or, are you suggesting to introduce a new option for supporting different type of quotes? |
Beta Was this translation helpful? Give feedback.
2 replies
-
The next release of Rome supports single quotes thanks to @cpojer. |
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
-
Motivation:
my personal preference is single quote instead of double quote, and single quote is very popular in js community so I think it's worth supporting using single quote instead of a double quote.
this can achieved by support an option like prettier's
singleQuote
https://prettier.io/docs/en/options.html#quotes
Beta Was this translation helpful? Give feedback.
All reactions