Answers for "single quote error in react prettier"

1

single quote error in react prettier

//The two answers here helped me get to the solution that worked for me. 
//In my .eslintrc file, I added the following:

"rules": {
  "prettier/prettier": ["error", { "singleQuote": true }]
}
Posted by: Guest on April-24-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language