-
Notifications
You must be signed in to change notification settings - Fork 10
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
Vue CLI new migration guide sends to this project but there is no mention of migration hints here. #11
Comments
The migration guide has been removed here: 76ff5bc It seems that this package is not deprecated anymore?! |
Thanks for finding this commit, it seems so... it would be good to find it out from the contributors, @sodatea? |
I personally removed this package (because it was showing as deprecated) and used |
Did you manage to use a prettier config file? I created a new Vue 3 project but I can't find a way to tweak prettier configurations? Can you send me an example of your file and package.json dev dependencies? |
vuejs/eslint-config-prettier#11 I would recommend using the ESLint CLI directly over `@vue/cli-plugin-eslint` at this point. But for users who are stuck with old versions and still read this migration guide, they deserve a working link.
Please check this out: https://next.cli.vuejs.org/migrations/migrate-from-v4.html#babel-plugin
The text was updated successfully, but these errors were encountered: