jarrodwatts / code-like-google

A Next.JS Project using ESLint and Prettier to format code like Google's style guidelines.
126 stars 60 forks source link

VSCode single to double quote automatic replace #1

Closed harmandeep-singh closed 3 years ago

harmandeep-singh commented 3 years ago

When I execute a Format Document command on a React Component.jsx file VSCode replace all single quoted string with double quoted string.

harmandeep-singh commented 3 years ago

Never Mind , found the solution : in .prettierrc need to add : singleQuote: true