Skip to content

Instantly share code, notes, and snippets.

@joeke80215
Last active October 12, 2022 00:38
Show Gist options
  • Save joeke80215/c8d6f087e301fc33f3ca547a87f577ff to your computer and use it in GitHub Desktop.
Save joeke80215/c8d6f087e301fc33f3ca547a87f577ff to your computer and use it in GitHub Desktop.
vscode vue config
{
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.validation.template": true,
"eslint.validate": [
{
"language": "vue",
"autoFix": true
},
{
"language": "html",
"autoFix": true
},
{
"language": "javascript",
"autoFix": true
},
{
"language": "javascriptreact",
"autoFix": true
}
],
"eslint.autoFixOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment