eslint-config-prettier icon indicating copy to clipboard operation
eslint-config-prettier copied to clipboard

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

Open dvago opened this issue 3 years ago • 4 comments

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

Screenshot 2022-02-22 at 17 44 25

dvago avatar Feb 22 '22 17:02 dvago

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?!

TheVaan avatar Feb 28 '22 08:02 TheVaan

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

dvago avatar Feb 28 '22 10:02 dvago

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?

andreighh avatar Mar 02 '22 08:03 andreighh

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?

lelukas avatar Mar 19 '22 04:03 lelukas