-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
chore: change prettier version to exact #3386
chore: change prettier version to exact #3386
Conversation
The second commit just was |
I don't think that setting an exact version of prettier in |
This doesn't prevent from local yarn installation |
Didn't get your point 🤔 I think simply running |
What would be the benefit of not using exact? |
@Shinigami92 I just mean that it's not necessary to pin the version.
So in fact pin the version in package.json has no benifits (and no drawbacks, too). It's just useless. That's why I said it's not necessary. But it's OK to do that. I just want to remind you that you don't need to do that if you already have a lockfile. 😃 |
Description
Change Prettier to exact https://prettier.io/docs/en/install.html
Additional context
As described in the docs
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).