Skip to content

Instantly share code, notes, and snippets.

@skydiver
Last active April 23, 2019 15:42
Show Gist options
  • Save skydiver/7a5ba3106c37b4bc709cab28c7f91445 to your computer and use it in GitHub Desktop.
Save skydiver/7a5ba3106c37b4bc709cab28c7f91445 to your computer and use it in GitHub Desktop.
VSCode config for Vue projects
{
"eslint.validate": [
"javascript",
{ "language": "vue", "autoFix": true }
],
"eslint.autoFixOnSave": true
}
@skydiver
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment