meteorlxy / eslint-plugin-prettier-vue

:ok_hand: ESLint plugin for Prettier formatting, which is better for Vue SFC
MIT License
115 stars 9 forks source link

Adding support for prettier ^2.0.0 #8

Closed Janther closed 4 years ago

Janther commented 4 years ago

As stated in #7, the latest version of prettier introduces some breaking changes

This packages also runs prettier to suggest changes in the file, however, this package was using a version of prettier prior to 2.0.0. This created an inconsistency if the code was properly formated by prettier ^2.0.0

This PR updates that dependency and also updates the readme for people still using prettier 1.x

meteorlxy commented 4 years ago

Thanks, but do not bump version in PR. The maintainers will hanlde the version release