Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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 }]
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #single #quote #error #react #prettier
ADD COMMENT
Topic
Name
5+6 =