We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have a prettierrc.json in my root directory that specifies single quotes, but the generated output using double quotes.
prettierrc.json
{ "trailingComma": "all", "tabWidth": 2, "semi": false, "singleQuote": true }