Skip to content

Commit

Permalink
⚒ update .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jun 15, 2020
1 parent 9b2885a commit 2c6df44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}
11 changes: 7 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"eslint.validate": [
"javascript",
{"autoFix": true, "language": "vue"}
]
"[javascript]": {
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
}
}

0 comments on commit 2c6df44

Please sign in to comment.