-
-
Notifications
You must be signed in to change notification settings - Fork 95
.prettierrc config not recognized #325
Comments
Ive tried restarting a couple times, still the same problem. Also its not running on save (when I have the "only format if a prettier config is found" setting checked), which seems like its not recognizing the config at all, not just changes to it. |
@mgrip Can you use |
I actually just tried with another project and it worked fine (settings were picked up from rc file, they override the atom package settings, it runs on save). I don't have access to the original project I was having problems with at the moment but it must be a config issue. I'll report back if I find anything else - thanks! |
Confirming that it seems to have to do with plugin startup. Restarting the editor is the only way I can get |
I'm trying to use prettier-atom with a project that already has a .prettierrc file. However it doesn't seem to be picking up any of the settings in that file, and in addition it doesn't run on save if I have the "Only format if a Prettier config is found" setting checked.
Here's the contents of my .prettierrc file:
The text was updated successfully, but these errors were encountered: