Closed sstackus closed 11 months ago
Rant: Might be a headache for you guys and trigger an out of scope/don't care response, but this is a very common scenario and would help dprint adoption given the number of TS devs being also React devs.
Why rant when it's already implemented?
{
"quoteStyle": "preferSingle",
"jsx.quoteStyle": "preferDouble"
}
Need a way to specify single quote style in TS but double quotes for JSX element props/attributes, e.g.:
Rant: Might be a headache for you guys and trigger an out of scope/don't care response, but this is a very common scenario and would help dprint adoption given the number of TS devs being also React devs.