Prettier file not working due to trailing apostrophe being included #3133
Closed
robitaille1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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