vscode shows single quotation for className when I write code in JSX:
className=''
but how can I edit it to:
className=""
vscode shows single quotation for className when I write code in JSX:
className=''
but how can I edit it to:
className=""
The setting
Javascript > Preferences: Quote Style set to double will do what you want.
I don't see a way to limit that setting to jsx files but that may not be a problem for you.