eslint prettier single quote problem code example
Example: tslint shows double quotes error prettier
// in your project directory make a file .prettierrc
{
"singleQuote": true
}
// in your project directory make a file .prettierrc
{
"singleQuote": true
}