-
Notifications
You must be signed in to change notification settings - Fork 7
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 changelog.md
to .prettierignore
#57
Comments
No chance to have a |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
not staleee :sad-cat: |
Is your feature request related to a problem? Please describe.
Our
vtex setup --tooling
command and templates should have a.prettierignore
file which makes prettier ignore certain files. Since ourCHANGELOG.md
is made by hand, it can result in rebase conflicts if people have prettier re-formatting the file over and over again.Describe the solution you'd like
vtex setup
add a.prettierignore
to a project.changelog.md
to.prettierignore
.Describe alternatives you've considered
Let people do whatever they please, which is not always the best idea.
Additional context
n/a
The text was updated successfully, but these errors were encountered: