Skip to content

Instantly share code, notes, and snippets.

@justin-lyon
Created August 25, 2018 16:38
Show Gist options
  • Save justin-lyon/6a67a645654427e5f9c4a9b89fcbcad3 to your computer and use it in GitHub Desktop.
Save justin-lyon/6a67a645654427e5f9c4a9b89fcbcad3 to your computer and use it in GitHub Desktop.
{
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"standard.autoFixOnSave": true,
"standard.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
],
"files.associations": {
"*.vue": "vue"
},
"standard.options": {
"plugins": [
"html"
]
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment