prettier-atom was working great with .js files, but after running it on a package.json file (auto-format on save was enabled) it stopped working and gave me the following error:
"prettier-atom failed: Invalid singleQuote value. Expected true or false, but received "true" "
I tried to change my .prettierrc from
"singleQuote": true,
to
"singleQuote": false,
but I don't know where to do this. There are 31 different .prettierrc files on my (Windows) system and I don't know which one to change, nor do I know if the change will fix the error. I have re-started atom but no luck.
I will add *.json to configuration overrides, but I still don't know how to "clear" the error.