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 } ```