I have a `prettierrc.json` in my root directory that specifies single quotes, but the generated output using double quotes. ```json { "trailingComma": "all", "tabWidth": 2, "semi": false, "singleQuote": true } ```
I have a
prettierrc.jsonin my root directory that specifies single quotes, but the generated output using double quotes.{ "trailingComma": "all", "tabWidth": 2, "semi": false, "singleQuote": true }