Skip to content

Commit

Permalink
Update outdated vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Jun 17, 2024
1 parent 02c7d8e commit 221b1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.exclude": {
"**/.DS_Store": true,
Expand Down

0 comments on commit 221b1c9

Please sign in to comment.