Created
August 15, 2019 13:48
-
-
Save y-temp4/2b6b1dd29f120c980fafcc76718050b9 to your computer and use it in GitHub Desktop.
vetur defaultFormatter settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vetur.format.defaultFormatter.html": "none", | |
"vetur.format.defaultFormatter.js": "prettier-eslint", | |
"vetur.format.defaultFormatter.ts": "prettier" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment