//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 }] }