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
It’s recommended to always make sure that prettier --write . only formats what you want in your project. Use a .prettierignore file to ignore things that should not be formatted.
prettier --write . does not do the right thing currently. There should be a prettierignore file so that Prettier only operates on the /js directory.
The text was updated successfully, but these errors were encountered:
From the Prettier docs:
prettier --write .
does not do the right thing currently. There should be a prettierignore file so that Prettier only operates on the/js
directory.The text was updated successfully, but these errors were encountered: