vuejs / vetur

Vue tooling for VS Code.
https://vuejs.github.io/vetur/
MIT License
5.75k stars 594 forks source link

defaultFormatterOptions.prettier Global config support 'prettier.configPath' #3223

Open lqzhgood opened 3 years ago

lqzhgood commented 3 years ago

now defaultFormatterOptions.prettier global config position is only support a .prettierrc in home directory. but prettier ext have options prettier.configPath to custom global config file directory.

defaultFormatterOptions.prettier can support 'prettier.configPath' ?

https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

Configuring Default Options

ashutosh887 commented 1 year ago

@yoyo930021 @lqzhgood I would like to work on this