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 7, 2024
1 parent 2d3fb85 commit 9f88da6
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 9f88da6

Please sign in to comment.