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 has been archived by the owner on Apr 17, 2023. It is now read-only.
The issue: The prettierRC file is not reloaded by the plugin after changes are made on the rc file. This can lead to some confusing behavior, for example, when changing semi:false, yet on save, prettier is not formatting as expected.
Only after quitting and restarting atom, the new RC config is respected. Maybe the plugin could monitor the rc file for changes ?
The text was updated successfully, but these errors were encountered:
First, thanks for this great atom plugin!
The issue: The prettierRC file is not reloaded by the plugin after changes are made on the rc file. This can lead to some confusing behavior, for example, when changing semi:false, yet on save, prettier is not formatting as expected.
Only after quitting and restarting atom, the new RC config is respected. Maybe the plugin could monitor the rc file for changes ?
The text was updated successfully, but these errors were encountered: