Skip to content

Commit

Permalink
chore: update vscode settings (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
betavs committed Dec 18, 2023
1 parent 7523806 commit 9cdae57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"editor.formatOnSave": true,
"eslint.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true,
"source.fixAll.eslint": true
"source.fixAll.tslint": "explicit",
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
Expand All @@ -15,6 +15,7 @@
},
"minapp-vscode.reserveTags": ["text"],
"files.associations": {
"*.wxml": "html",
"*.wxss": "css",
"*.wxs": "javascript"
},
Expand Down

0 comments on commit 9cdae57

Please sign in to comment.