Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a prettierignore file #136

Closed
jameslittle230 opened this issue Jan 19, 2021 · 2 comments · Fixed by #139
Closed

Add a prettierignore file #136

jameslittle230 opened this issue Jan 19, 2021 · 2 comments · Fixed by #139

Comments

@jameslittle230
Copy link
Owner

From the Prettier docs:

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.

@jameslittle230
Copy link
Owner Author

cc @healeycodes

@healeycodes
Copy link
Contributor

I'll take a look 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants