Skip to content

Commit

Permalink
chore(vscode): update code actions value options (#7113)
Browse files Browse the repository at this point in the history
chore: update code actions value options
  • Loading branch information
KenLSM committed Feb 27, 2024
1 parent ac0c695 commit c2db633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript", "typescript"],
"editor.formatOnSave": true,
Expand All @@ -12,7 +12,7 @@
},
"[html]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false
"source.fixAll.eslint": "never"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down

0 comments on commit c2db633

Please sign in to comment.