contentful-typescript-codegen icon indicating copy to clipboard operation
contentful-typescript-codegen copied to clipboard

Not using prettierrc.json

Open theRealPadster opened this issue 2 years ago • 0 comments

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
}

theRealPadster avatar Aug 08 '22 21:08 theRealPadster