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

Support Typescript 3.7 #3

Closed zipme closed 4 years ago

zipme commented 4 years ago

https://github.com/prettier/prettier/releases/tag/1.19.0

meteorlxy commented 4 years ago

It's supported by prettier, not by this plugin.

Our dep is "prettier": "^1.18.2", which includes 1.19.0 version.