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.
However, prettier continues to add semicolons at the end of my .js files. What have I done wrong here?
(Also, is it possible to get prettier to ignore semicolons, meaning just ignore them (if they're there, leave them, and if they're not there, ignore them)??)
@bassamanator Sorry this slipped through the cracks, did you try restarting Atom. We currently have the prettierrc file cached for performance reasons but are not watching for updates. See #270
I created a .prettierrc in the root folder of my project.
However, prettier continues to add semicolons at the end of my .js files. What have I done wrong here?
(Also, is it possible to get prettier to ignore semicolons, meaning just ignore them (if they're there, leave them, and if they're not there, ignore them)??)
EDIT: I should also let you know that I don't have prettier installed as a dependency; it's installed in atom and that is all.
EDIT:
The text was updated successfully, but these errors were encountered: