You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
If I change any configuration in my .prettierrc file after atom having been opened, the changes don't seem to be applied.
Is this intended? It seems the config is cached when atom launches and then it uses this one the whole time the editor is opened, meaning if I make a change to the config I need to restart atom.
It wasn't so intuitive to me initially and I would have thought it would lookup the .prettierrc config everytime it formats to make sure it's using the right config.
If I change any configuration in my
.prettierrcfile after atom having been opened, the changes don't seem to be applied.Is this intended? It seems the config is cached when atom launches and then it uses this one the whole time the editor is opened, meaning if I make a change to the config I need to restart atom.
It wasn't so intuitive to me initially and I would have thought it would lookup the
.prettierrcconfig everytime it formats to make sure it's using the right config.