Skip to content

Commit

Permalink
feat: 修改.vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhaixin committed Nov 4, 2022
1 parent d5aa6da commit 710df14
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
{
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"eslint.run": "onType",
"eslint.options": {
"extensions": [".js", ".vue"]
},
"eslint.validate": [
"javascriptreact",
"vue",
"javascript",
{
"language": "vue"
// "autoFix": true
},
"html",
{
"language": "html"
// "autoFix": true
}
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
Expand Down

0 comments on commit 710df14

Please sign in to comment.