Created
August 25, 2018 16:38
-
-
Save justin-lyon/6a67a645654427e5f9c4a9b89fcbcad3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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