contentful-typescript-codegen
contentful-typescript-codegen copied to clipboard
Not using prettierrc.json
I have a prettierrc.json
in my root directory that specifies single quotes, but the generated output using double quotes.
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}