-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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 our CHANGELOG.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
- Make
vtex setup
add a.prettierignore
to a project. - Add
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