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
In the prettier console, prettier is not using the correct .prettierrc file. It keeps including the trailing apostrophe in the file name. See example below:
Using config file at '/Users/.../.../repo/.prettierrc'
when I click to open this file it tries to open /Users/.../.../repo/.prettierrc' including the trailing apostrophe, and therefore the file does not exist and my files arn't getting formatted. I have also tried to replace the path in the prettier settings to /Users/.../.../repo/.prettierrc with no apostrophes, and it is still happening.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the prettier console, prettier is not using the correct
.prettierrc
file. It keeps including the trailing apostrophe in the file name. See example below:Using config file at '/Users/.../.../repo/.prettierrc'
when I click to open this file it tries to open
/Users/.../.../repo/.prettierrc'
including the trailing apostrophe, and therefore the file does not exist and my files arn't getting formatted. I have also tried to replace the path in the prettier settings to/Users/.../.../repo/.prettierrc
with no apostrophes, and it is still happening.Any help here is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions