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
review the files listed in our .prettierignore file and see if we can refactor them so that using prettier to format them does not result in an error.
to check for errors, remove a file from the .prettierignore and then run
yarn format:check > format-check-log.txt
any filenames that have a newline following them caused an error during formatting. you should also be able to see the errors in the terminal window in which you ran this command.
The text was updated successfully, but these errors were encountered:
review the files listed in our
.prettierignore
file and see if we can refactor them so that using prettier to format them does not result in an error.to check for errors, remove a file from the
.prettierignore
and then runany filenames that have a newline following them caused an error during formatting. you should also be able to see the errors in the terminal window in which you ran this command.
The text was updated successfully, but these errors were encountered: