Closed harmandeep-singh closed 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.
Never Mind , found the solution : in .prettierrc need to add : singleQuote: true
When I execute a Format Document command on a React Component.jsx file VSCode replace all single quoted string with double quoted string.