Skip to content

Commit

Permalink
add config for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Dec 20, 2017
1 parent 3db81ed commit 237fd2d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"octref.vetur",
"EditorConfig.editorconfig"
]
}
19 changes: 19 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,19 @@
{
"eslint.validate": [
"javascript",
{
"language": "typescript",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
}
],
"search.exclude": {
"/dist": true
},
"emmet.syntaxProfiles": {
"vue": "html"
},
}

0 comments on commit 237fd2d

Please sign in to comment.