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

Prettier 3.0 is out #35

Closed dlicheva closed 1 year ago

dlicheva commented 1 year ago

Could you upgrade the Prettier dependency to Prettier 3 please? The significant changes are listed here: https://prettier.io/blog/2023/07/05/3.0.0.html

The main difference is that trailingComma is now set to all It used to be trailingComma : es5

dlicheva commented 1 year ago

Thank you very much! :heart: