How can I export all Prettier linter setting from Visual Studio Code and using that in WebStorm?
I am the only person from team that use WebStorm as programming IDE and not Visual Studio Code. Lots of linter Prettier setting required from Visual Studio Code user setting json file.
How can I use that in WebStorm without installing Prettier package or change package.json from project?