vuejs / eslint-config-prettier

eslint-config-prettier for create-vue
MIT License
64 stars 8 forks source link

Vue CLI new migration guide sends to this project but there is no mention of migration hints here. #11

Open dvago opened 2 years ago

dvago commented 2 years ago

Please check this out: https://next.cli.vuejs.org/migrations/migrate-from-v4.html#babel-plugin

Screenshot 2022-02-22 at 17 44 25
TheVaan commented 2 years ago

The migration guide has been removed here: https://github.com/vuejs/eslint-config-prettier/commit/76ff5bcce495b564decd659eea68c6cecfc1579c

It seems that this package is not deprecated anymore?!

dvago commented 2 years ago

Thanks for finding this commit, it seems so... it would be good to find it out from the contributors, @sodatea?

andreighh commented 2 years ago

I personally removed this package (because it was showing as deprecated) and used eslint-config-prettier by itself, without eslint-plugin-prettier or something else and it seems to work fine. Any downsides to that?

lelukas commented 2 years ago

I personally removed this package (because it was showing as deprecated) and used eslint-config-prettier by itself, without eslint-plugin-prettier or something else and it seems to work fine. Any downsides to that?

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?