Skip to content

Commit

Permalink
fix: update source.fixAll.eslint value to "explicit"
Browse files Browse the repository at this point in the history
Code Actions' behavior on save in the editor has been modified from Booleans to an enum
  • Loading branch information
lawvs committed May 15, 2024
1 parent b40c8f0 commit bf5b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/.vscode/settings.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"prettier.enable": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.format.enable": true,
"[python]": {
Expand Down

0 comments on commit bf5b75f

Please sign in to comment.