Skip to content

Commit

Permalink
Update editor.codeActionsOnSave value in .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Dec 17, 2023
1 parent d7d23dc commit 7d9c1de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.enable": true,
"eslint.validate": [
"javascript",
Expand Down

0 comments on commit 7d9c1de

Please sign in to comment.