Skip to content

Instantly share code, notes, and snippets.

@gn-spawn
Created February 22, 2017 12:49
Show Gist options
  • Save gn-spawn/bee4640f73c3308dc29429c399829e9a to your computer and use it in GitHub Desktop.
Save gn-spawn/bee4640f73c3308dc29429c399829e9a to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "afterDelay",
"editor.fontSize": 14,
"typescript.check.tscVersion": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
// HTML, JavaScript, Vue
"files.associations": {
"*.vue" : "vue"
},
// cssのemmetをvueでできるように
"emmet.syntaxProfiles": {
"vue" : "css"
},
"eslint.enable": true,
"eslint.options": {
"editor.tabSize": 2,
"eslint.options": {
"extensions": [".js", ".vue"]
}
},
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment